Exakat\Analyzer\Php\ShortOpenTagRequired::getArray PHP Method

getArray() public method

public getArray ( )
    public function getArray()
    {
        $r = Analyzer::$datastore->getRow('shortopentag');
        foreach ($r as $l) {
            $report[] = array($l['file']);
        }
        return $report;
    }