We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e143c commit 50c2186Copy full SHA for 50c2186
src/Module/Controller/ControllerNameParser.php
@@ -86,7 +86,7 @@ private function getPartsFromControllerName($controller)
86
$controller = str_replace('/', '\\', $controller);
87
$module = $this->moduleManager->getModule($moduleName);
88
89
- if(!is_object($module)) {
+ if (!is_object($module)) {
90
throw new \RuntimeException(sprintf(
91
'Unable to locate module: %s, when parsing controller: %s',
92
$moduleName, $controller
0 commit comments