Skip to content

Commit 2e598d6

Browse files
committed
Apply no_null_property_initialization PHP-CS-Fixer rule
1 parent 129bc56 commit 2e598d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DeprecationErrorHandler/Configuration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Configuration
5959
/**
6060
* @var string|null
6161
*/
62-
private $logFile = null;
62+
private $logFile;
6363

6464
/**
6565
* @param int[] $thresholds A hash associating groups to thresholds

0 commit comments

Comments
 (0)