Browse Source

Update php-cs-fixer rules

arch
J. King 1 year ago
parent
commit
3c83fc9139
  1. 2
      .php-cs-fixer.dist.php

2
.php-cs-fixer.dist.php

@ -53,7 +53,7 @@ $rules = [
'pow_to_exponentiation' => true,
'set_type_to_cast' => true,
'standardize_not_equals' => true,
'trailing_comma_in_multiline_array' => true,
'trailing_comma_in_multiline' => ['elements' => ["arrays"]],
'unary_operator_spaces' => true,
'yoda_style' => false,
// PSR standard to apply

Loading…
Cancel
Save