Skip to content

Commit f9a2954

Browse files
committed
Apply no_null_property_initialization PHP-CS-Fixer rule
1 parent 81c4200 commit f9a2954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/RouterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525

2626
class RouterTest extends TestCase
2727
{
28-
private $router = null;
28+
private $router;
2929

30-
private $loader = null;
30+
private $loader;
3131

3232
private $cacheDir;
3333

0 commit comments

Comments
 (0)