Exakat\Analyzer\Files\Services::toArray PHP Method

toArray() public method

public toArray ( )
    public function toArray()
    {
        if ($this->report === null) {
            $this->hasResults();
        }
        return $this->report;
    }