Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
[CS] Aligned php-cs-fixer config with changes from v2.7.1 (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz authored and Łukasz Serwatka committed Oct 13, 2017
1 parent 0081532 commit 91b0d5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs
Expand Up @@ -17,6 +17,7 @@ return PhpCsFixer\Config::create()
'phpdoc_no_alias_tag' => false,
'space_after_semicolon' => false,
'yoda_style' => false,
'no_break_comment' => false,
])
->setRiskyAllowed(true)
->setFinder(
Expand Down

0 comments on commit 91b0d5d

Please sign in to comment.