Skip to content

Commit

Permalink
Update .php_cs.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Jul 6, 2018
1 parent c388430 commit 3731145
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php_cs.dist
Expand Up @@ -43,7 +43,8 @@ $config = PhpCsFixer\Config::create()
'method_argument_space' => ['ensure_fully_multiline' => true],
'method_chaining_indentation' => true,
'multiline_comment_opening_closing' => true,
'native_function_invocation' => ['include' => ['@compiler_optimized']],
// TODO: remove at 2.13, as it's part of @Symfony ruleset since 2.13
'native_function_invocation' => ['include' => ['@compiler_optimized'], 'scope' => 'namespaced'],
'no_alternative_syntax' => true,
'no_binary_string' => true,
'no_extra_blank_lines' => ['tokens' => ['break', 'continue', 'extra', 'return', 'throw', 'use', 'parenthesis_brace_block', 'square_brace_block', 'curly_brace_block']],
Expand Down

0 comments on commit 3731145

Please sign in to comment.