diff --git a/src/Framework/TestCase.php b/src/Framework/TestCase.php index d83b45c191b..2c8f17dca53 100644 --- a/src/Framework/TestCase.php +++ b/src/Framework/TestCase.php @@ -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;