Skip to content

Commit

Permalink
Use right rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofvc committed Jan 31, 2024
1 parent 4b422f2 commit 53b6b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cs/.php-cs-fixer-8.1.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'ternary_to_null_coalescing' => true,
'assign_null_coalescing_to_coalesce_equal' => true,
'single_line_throw' => false,
'nullable_type_declaration' => true,
'nullable_type_declaration_for_default_null_value' => true,
])
->setFinder($finder)
;

0 comments on commit 53b6b3a

Please sign in to comment.