Skip to content

Commit

Permalink
Merge pull request #1107 from liip/test-php-cs-fixer
Browse files Browse the repository at this point in the history
php-cs-fixer: skip native constants check
  • Loading branch information
lsmith77 committed Jun 25, 2018
2 parents 40297cd + d484d43 commit f6b9b3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .php_cs.dist
Expand Up @@ -32,6 +32,9 @@ return Config::create()
'array_syntax' => [
'syntax' => 'short'
],
'native_constant_invocation' => [
'fix_built_in' => false,
],
'combine_consecutive_issets' => true,
'combine_consecutive_unsets' => true,
'escape_implicit_backslashes' => true,
Expand Down

0 comments on commit f6b9b3a

Please sign in to comment.