Exakat\Analyzer\Type\ShouldBeSingleQuote::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('String')->is('delimiter', '"')->hasNoOut('CONCAT')->regexIsNot('code', "'")->regexIsNot('code', "\\\\\\\\");
        $this->prepareQuery();
    }
ShouldBeSingleQuote