Code Inspection: Unnecessary statement use
Configure inspections: Settings | Editor | Inspections
Show intention actions: AltEnter
Reports the use
statements that contain non-fully qualified class names and thus have no effect. The inspection only reports classes imports; functions and constants imports are not considered.
See Using namespaces: Aliasing/Importing (php.net) for details.
Place the caret at the highlighted line and press AltEnter or click
.
Click the arrow next to the inspection you want to suppress and select the necessary suppress action.