Skip to content

Commit

Permalink
Add CS rule
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Mar 19, 2024
1 parent 5a8407c commit ff879d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cs.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
'blank_line_between_import_groups' => true,
'fully_qualified_strict_types' => true,
'no_null_property_initialization' => false,
'nullable_type_declaration_for_default_null_value' => false,
'operator_linebreak' => [
'only_booleans' => true,
'position' => 'beginning',
Expand Down

0 comments on commit ff879d6

Please sign in to comment.