feat: update php-cs-fixer config
This commit is contained in:
parent
53ce553bbf
commit
3be1c20ac2
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ $rules = [
|
||||||
'no_leading_import_slash' => false,
|
'no_leading_import_slash' => false,
|
||||||
'not_operator_with_space' => false,
|
'not_operator_with_space' => false,
|
||||||
'not_operator_with_successor_space' => false,
|
'not_operator_with_successor_space' => false,
|
||||||
|
'constant_case' => [
|
||||||
|
'case' => 'upper'
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
$finder = (new PhpCsFixer\Finder())
|
$finder = (new PhpCsFixer\Finder())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue