Get the raw psr violations
This is a map of filepath to an associative array of the warning string and the offending class name.
array<string, array<array{warning: string, className: string}>>
public function getRawPsrViolations() : array { return $this->psrViolations; }