Unnecessary leading '\' in 'use' statement
Reports the use
statements with an unnecessary leading \
.
For namespaced names (fully qualified namespace names containing a namespace separator, such as Foo\Bar
as opposed to global names that do not, such as FooBar
), the leading backslash is unnecessary and not recommended, as import names must be fully qualified and are not processed relative to the current namespace.
See Using namespaces: Aliasing/Importing (php.net) for details.
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
PhpUnnecessaryLeadingBackslashInUseStatementInspection- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | PHP, 242.22893 |