Skip to content

Commit

Permalink
Disable yoda_style
Browse files Browse the repository at this point in the history
  • Loading branch information
RomkeVdMeulen authored Jul 19, 2021
1 parent 359faac commit 2ca989c
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 2ca989c

Please sign in to comment.