Skip to content

Commit

Permalink
Merge pull request #1793 from GromNaN/cs-nullable
Browse files Browse the repository at this point in the history
Add CS rule to prevent regression on non-explicit nullable
  • Loading branch information
frankdejonge authored May 22, 2024
2 parents 17f5fab + b884980 commit 1d7f31a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
],
'no_extra_blank_lines' => true,
'no_whitespace_in_blank_line' => true,
'nullable_type_declaration_for_default_null_value' => true,
])
->setFinder($finder);

0 comments on commit 1d7f31a

Please sign in to comment.