Skip to content

Commit

Permalink
Merge branch '2.0' into config-driver-injection
Browse files Browse the repository at this point in the history
  • Loading branch information
maximgubar committed Jun 25, 2018
2 parents e3d1476 + f6b9b3a commit a3dd770
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 a3dd770

Please sign in to comment.