Skip to content

Commit

Permalink
single_line_after_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 29, 2024
1 parent 8b294e0 commit 84f13d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/Ruleset/relax-commonbox2_actual.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
use OtherNamespace\Bar, OtherNamespace\AAC;
use function DDD;
use function CCC\AA;

/**
* ordered_imports
* blank_line_between_import_groups
* single_import_per_statement
* single_line_after_imports
*/
class Commonbox2
{
Expand Down

0 comments on commit 84f13d1

Please sign in to comment.