no_leading_import_slash
Remove leading slashes in use clauses.
use
--- Original +++ New <?php namespace Foo; -use \Bar; +use Bar;
The rule is part of the following rule sets:
@PER
@PER-CS
@PER-CS1.0
@PER-CS2.0
@PSR12
@PhpCsFixer
@Symfony
PhpCsFixer\Fixer\Import\NoLeadingImportSlashFixer