Skip to content

Commit

Permalink
chore: Enable php-cs-fixer rules to avoid implicitly nullable method …
Browse files Browse the repository at this point in the history
…arguments
  • Loading branch information
sbuerk committed Jul 26, 2024
1 parent 7c7f4bc commit 0df848c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
'native_function_invocation' => [
'strict' => false
],
'nullable_type_declaration' => [
'syntax' => 'question_mark',
],
'nullable_type_declaration_for_default_null_value' => true,
])
->setFinder(
PhpCsFixer\Finder::create()
Expand Down

0 comments on commit 0df848c

Please sign in to comment.