Skip to content

Commit

Permalink
fix rules
Browse files Browse the repository at this point in the history
  • Loading branch information
seballot committed Jun 19, 2024
1 parent a37da46 commit 03e2f46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
'binary_operator_spaces' => [
'default' => 'single_space'
],
'yoda_style' => false,
'blank_line_after_namespace' => true,
'blank_line_after_opening_tag' => true,
'blank_line_before_statement' => [
'statements' => ['return']
],
'cast_spaces' => ['space' => 'none'],
'class_attributes_separation' => [
'elements' => ['const' => 'one', 'method' => 'one', 'property' => 'one']
'elements' => ['method' => 'one']
],
'concat_space' => ['spacing' => 'one'],
'declare_equal_normalize' => ['space' => 'none'],
Expand Down

0 comments on commit 03e2f46

Please sign in to comment.