Skip to content

Commit 3a600ed

Browse files
morozovsebastianbergmann
authored andcommitted
Mark TestCase::$backupGlobals as nullable
1 parent 1c95329 commit 3a600ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ abstract class TestCase extends Assert implements SelfDescribing, Test
6060
private const LOCALE_CATEGORIES = [\LC_ALL, \LC_COLLATE, \LC_CTYPE, \LC_MONETARY, \LC_NUMERIC, \LC_TIME];
6161

6262
/**
63-
* @var bool
63+
* @var null|bool
6464
*/
6565
protected $backupGlobals;
6666

0 commit comments

Comments
 (0)