Skip to content

Commit

Permalink
single_import_per_statement
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 29, 2024
1 parent 954a7cc commit 8b294e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Fixtures/Ruleset/relax-commonbox2_actual.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
use const OtherNamespace\BBB;
use const OtherNamespace\AAAA;
use OtherNamespace\Acme;
use OtherNamespace\AAC;
use OtherNamespace\Bar;
use OtherNamespace\Bar, OtherNamespace\AAC;
use function DDD;
use function CCC\AA;

/**
* ordered_imports
* blank_line_between_import_groups
* single_import_per_statement
*/
class Commonbox2
{
Expand Down
1 change: 1 addition & 0 deletions tests/Fixtures/Ruleset/relax-commonbox2_expected.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
/**
* ordered_imports
* blank_line_between_import_groups
* single_import_per_statement
*/
class Commonbox2
{
Expand Down

0 comments on commit 8b294e0

Please sign in to comment.