It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Should the return type not be \prgTW\BaseCRM\Resource\ResourceCollection?
This check compares the return type specified in the @return annotation of a function
or method doc comment with the types returned by the function and raises an issue if they
mismatch.
It seems like you call parent on a different method (getPage() instead of all()). Are you sure this is correct? If so, you might want to change this to $this->getPage().
This check looks for a call to a parent method whose name is different than
the method from which it is called.
This check compares the return type specified in the
@return
annotation of a function or method doc comment with the types returned by the function and raises an issue if they mismatch.