Skip to content

Commit 07f87ca

Browse files
committed
Docs: add docblock for global constant
1 parent d39dbfe commit 07f87ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

library/Requests.php

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222

2323
// Prevent the deprecation notice from being thrown twice.
2424
if (!defined('REQUESTS_SILENCE_PSR0_DEPRECATIONS')) {
25+
26+
/**
27+
* Constant to silence deprecation notices about use of the old PSR-0 based class names.
28+
*
29+
* @var bool
30+
*/
2531
define('REQUESTS_SILENCE_PSR0_DEPRECATIONS', true);
2632
}
2733
}

0 commit comments

Comments
 (0)