Skip to content

Commit

Permalink
compatibility with PHP-CS-Fixer v3
Browse files Browse the repository at this point in the history
  • Loading branch information
oallain committed May 25, 2021
1 parent 3cb3800 commit a8397a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@

$services->set(NoHomoglyphNamesFixer::class);

$services->set(BinaryOperatorSpacesFixer::class)
->call('configure', [['align_double_arrow' => false, 'align_equals' => false]]);
$services->set(BinaryOperatorSpacesFixer::class);

$services->set(ConcatSpaceFixer::class)
->call('configure', [['spacing' => 'one']]);
Expand Down

0 comments on commit a8397a2

Please sign in to comment.