Skip to content

Commit

Permalink
Merge pull request #38 from oallain/phpcsfixer-v3
Browse files Browse the repository at this point in the history
Fix #37 - Compatibility with PHP-CS-Fixer v3
  • Loading branch information
pamil authored May 27, 2021
2 parents 3cb3800 + a8397a2 commit b8f9476
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 b8f9476

Please sign in to comment.