Skip to content

Commit f6b7d19

Browse files
committed
Apply no_null_property_initialization PHP-CS-Fixer rule
1 parent 37c7484 commit f6b7d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Console/Descriptor/TextDescriptorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
class TextDescriptorTest extends AbstractDescriptorTestCase
1919
{
20-
private static $fileLinkFormatter = null;
20+
private static $fileLinkFormatter;
2121

2222
protected static function getDescriptor()
2323
{

0 commit comments

Comments
 (0)