feat: update php-cs-fixer config

This commit is contained in:
Devin Haska 2025-05-27 12:22:40 -07:00
parent b17285c0e0
commit 7af8dc864d

View file

@ -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())