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.
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
50
$this->logger->/** @scrutinizer ignore-call */
51
debug('Value must be an instance of ' . $this->valueClassName . '.');
This check looks for calls to methods that do not seem to exist on a given type.
It looks for the method on the type itself as well as in inherited classes or
implemented interfaces.
This is most likely a typographical error or the method has been renamed.
Loading history...
51
throw new InvalidArgumentException('Type of value is not valid.', 1723126505626);
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.