Skip to content

Commit

Permalink
Correct link in docs (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilETaylor committed Dec 11, 2021
1 parent 39f6429 commit f36390d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/target-repository/docs/auto_import_names.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $parameters->set(Option::APPLY_AUTO_IMPORT_NAMES_ON_CHANGED_FILES_ONLY, true);

## How to Remove Unused Imports?

To remove imports, use [ECS](github.com/symplify/easy-coding-standard) with [`NoUnusedImportsFixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.18/doc/rules/import/no_unused_imports.rst) rule:
To remove imports, use [ECS](https://github.com/symplify/easy-coding-standard) with [`NoUnusedImportsFixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.18/doc/rules/import/no_unused_imports.rst) rule:

```php
// ecs.php
Expand Down

0 comments on commit f36390d

Please sign in to comment.