It seems like $token can also be of type array; however, parameter $token of Symfony\Component\HttpKe...Profiler::loadProfile() does only seem to accept string, maybe add an additional type check?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
43
if (!$profile = $this->profiler->loadProfile(/** @scrutinizer ignore-type */ $token)) {
Loading history...
44
throw new \RuntimeException('Could not find profile for this request.');