Exakat\Analyzer\Composer\PackagesNames::toArray PHP Method

toArray() public method

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