We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41bbd8 commit 0bc1e13Copy full SHA for 0bc1e13
src/DataCollector/RequestCollector.php
@@ -272,7 +272,7 @@ protected function getRouteInformation($route)
272
$reflector->getEndLine()
273
);
274
275
- if (isset($result['controller'])) {
+ if (isset($result['controller']) && is_string($result['controller'])) {
276
$result['controller'] .= '<a href="'.$link['url'].'" class="phpdebugbar-widgets-editor-link"></a>';
277
}
278
} else {
0 commit comments