Skip to content

Commit 32ac96f

Browse files
committed
Apply no_null_property_initialization PHP-CS-Fixer rule
1 parent 4d13cb8 commit 32ac96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InputStream.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class InputStream implements \IteratorAggregate
2424
{
2525
/** @var callable|null */
26-
private $onEmpty = null;
26+
private $onEmpty;
2727
private $input = [];
2828
private $open = true;
2929

0 commit comments

Comments
 (0)