Skip to content

Commit

Permalink
chore: specify blank_line_between_import_groups false to php-cs-fixer v3
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Aug 27, 2024
1 parent 23710a9 commit 162d4c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
$config->setRules([
'@PSR1' => true,
'@Symfony' => true,
'blank_line_between_import_groups' => false,
'nullable_type_declaration' => [
'syntax' => 'question_mark',
],
Expand Down
1 change: 0 additions & 1 deletion examples/promise.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

use Sabre\Event\Loop;
use Sabre\Event\Promise;

use function Sabre\Event\coroutine;

require __DIR__.'/../vendor/autoload.php';
Expand Down

0 comments on commit 162d4c6

Please sign in to comment.