It seems like $this->defaultIdentifier can also be of type null; however, parameter $identifier of FH\Bundle\MultiSiteBundl...iteInterface::matches() 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
51
if ($site->matches(/** @scrutinizer ignore-type */ $this->defaultIdentifier)) {
Loading history...
52
$defaultSite = $site;
53
}
54
}
55
56
if (!empty($defaultSite) && $defaultSite instanceof IdentifiedSiteInterface) {