Skip to content

Commit

Permalink
override new phpcs rule (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathroc authored and bighappyface committed Nov 10, 2017
1 parent 1da0f92 commit dcff3ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ $config
'trailing_comma_in_multiline_array' => false,
'simplified_null_return' => false,
'yoda_style' => null,
'increment_style' => false,
))
->setFinder($finder)
;
Expand Down

0 comments on commit dcff3ad

Please sign in to comment.