Skip to content

Commit

Permalink
Update .php-cs-fixer.dist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr authored Jan 16, 2024
1 parent 95b1c84 commit 4439283
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,7 @@
__DIR__ . '/spark',
]);

$overrides = [
'binary_operator_spaces' => [
'default' => 'single_space',
'operators' => [
'=' => 'align_single_space_minimal',
'=>' => 'align_single_space_minimal_by_scope',
'||' => 'align_single_space_minimal',
'.=' => 'align_single_space_minimal',
],
],
];
$overrides = [];

$options = [
'cacheFile' => 'build/.php-cs-fixer.cache',
Expand Down

0 comments on commit 4439283

Please sign in to comment.