Skip to content

Commit

Permalink
set php_unit_method_casing to false in .php_cs.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
hugochinchilla committed Jan 26, 2021
1 parent ceee5a0 commit 327d686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ return PhpCsFixer\Config::create()
'native_function_invocation' => [
'include' => ['@compiler_optimized']
],
'php_unit_method_casing' => false,
])
;

0 comments on commit 327d686

Please sign in to comment.