Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 21, 2020
1 parent 3a600ed commit 56f8e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ abstract class TestCase extends Assert implements SelfDescribing, Test
private const LOCALE_CATEGORIES = [\LC_ALL, \LC_COLLATE, \LC_CTYPE, \LC_MONETARY, \LC_NUMERIC, \LC_TIME];

/**
* @var null|bool
* @var ?bool
*/
protected $backupGlobals;

Expand Down

0 comments on commit 56f8e8e

Please sign in to comment.