We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c95329 commit 3a600edCopy full SHA for 3a600ed
src/Framework/TestCase.php
@@ -60,7 +60,7 @@ abstract class TestCase extends Assert implements SelfDescribing, Test
60
private const LOCALE_CATEGORIES = [\LC_ALL, \LC_COLLATE, \LC_CTYPE, \LC_MONETARY, \LC_NUMERIC, \LC_TIME];
61
62
/**
63
- * @var bool
+ * @var null|bool
64
*/
65
protected $backupGlobals;
66
0 commit comments