PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Unnecessary fully qualified name

Last modified: 16 May 2022

Reports the usages of fully qualified class names, which can be shortened without adding the use statement.

In the following example, the usage of the \App\Model\Table fully qualified name is unnecessary. Removing it improves code readability.