Skip to content

Commit

Permalink
Merge pull request #2 from RomkeVdMeulen/patch-1
Browse files Browse the repository at this point in the history
Disable yoda_style
  • Loading branch information
FrontEndCoffee authored Jul 19, 2021
2 parents 359faac + 2ca989c commit b41fbc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public function getRules(): array
'ternary_operator_spaces' => true,
'trailing_comma_in_multiline' => ['elements' => ['arrays']],
'whitespace_after_comma_in_array' => true,
'yoda_style' => false,
], $this->overrides);
}
}

0 comments on commit b41fbc0

Please sign in to comment.