Fork me on GitHub
a Sensio Labs Product

I ate three cookies πŸͺ (v3.40.2) edition

Rule no_unneeded_import_aliasΒΆ

Imports should not be aliased as the same name.

ExamplesΒΆ

Example #1ΒΆ

--- Original
+++ New
 <?php
-use A\B\Foo as Foo;
+use A\B\Foo  ;

Rule setsΒΆ

The rule is part of the following rule sets:

Source classΒΆ

PhpCsFixer\Fixer\Import\NoUnneededImportAliasFixer