Exakat\Analyzer\Analyzer::ignore PHP Method

ignore() public method

public ignore ( )
    public function ignore()
    {
        // used to execute some code but not collect any node
        $this->methods[] = 'filter{ 1 == 0; }';
    }
Analyzer