Loading src/Theme/StyleguideThemeNegotiator.php +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ class StyleguideThemeNegotiator implements ThemeNegotiatorInterface, ContainerIn * decide. */ public function applies(RouteMatchInterface $route_match) { if (strpos($route_match->getRouteName(), 'styleguide.') === FALSE) { if (strpos((string) $route_match->getRouteName(), 'styleguide.') === FALSE) { return FALSE; } Loading Loading
src/Theme/StyleguideThemeNegotiator.php +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ class StyleguideThemeNegotiator implements ThemeNegotiatorInterface, ContainerIn * decide. */ public function applies(RouteMatchInterface $route_match) { if (strpos($route_match->getRouteName(), 'styleguide.') === FALSE) { if (strpos((string) $route_match->getRouteName(), 'styleguide.') === FALSE) { return FALSE; } Loading