Exakat\Analyzer\Interfaces\UselessInterfaces::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        // interface not used in a instanceof nor a Typehint
        $this->atomIs('Interface')->outIs('DEFINITION')->hasNoIn('TYPEHINT')->hasNoIn('CLASS')->back('first');
        $this->prepareQuery();
    }
UselessInterfaces