Skip to content

Commit

Permalink
override new phpcs rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mathroc committed Nov 10, 2017
1 parent 9225c96 commit 7eb3841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ $config
'pre_increment' => false,
'trailing_comma_in_multiline_array' => false,
'simplified_null_return' => false,
'increment_style' => ['style' => 'post'],
))
->setFinder($finder)
;
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ matrix:
fast_finish: true
include:
- php: 5.3
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
Expand Down

0 comments on commit 7eb3841

Please sign in to comment.