Skip to content

Commit 56f8e8e

Browse files
Simplify
1 parent 3a600ed commit 56f8e8e

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 null|bool
63+
* @var ?bool
6464
*/
6565
protected $backupGlobals;
6666

0 commit comments

Comments
 (0)