Skip to content

Commit

Permalink
no_unused_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Jul 29, 2024
1 parent a8c2aab commit 2cfa19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Fixtures/Ruleset/relax_actual.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// declare_parentheses
declare ( strict_types=1 );
use Realodix\Relax\no_unneeded_import_alias as no_unneeded_import_alias;
use Realodix\Relax\NoUnusedImports;
use Realodix\Relax\no_unused_imports;


use function \is_string;
Expand Down

0 comments on commit 2cfa19f

Please sign in to comment.