Exakat\Analyzer\Structures\InconsistentConcatenation::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Concatenation')->raw('where( __.out("CONCAT").hasLabel("Variable", "Array", "Functioncall", "Property", "Methodcall", "Staticmethodcall", "Staticconsant", "Staticproperty").count().is(neq(0)) )')->outIs('CONCAT')->atomIs('String')->hasOut('CONCAT')->back('first');
        $this->prepareQuery();
    }
InconsistentConcatenation