What knows phpStorm? (1 Viewer)

R

Robert9

Guest
At the moment I watch a file

Code:

Code:
namespace XR\PM\Searcher;

use XF\Mvc\Entity\Entity;
use XF\Mvc\Entity\Finder;
use XF\Mvc\Entity\Manager;
use XF\Searcher\AbstractSearcher;

phpStorm says that

Code:

Code:
use XF\Mvc\Entity\Entity;
use XF\Mvc\Entity\Finder;
use XF\Mvc\Entity\Manager;

are not used.

Can I trust the software and delete that?
Why the coder has not done?

Continue reading...
 
Top