Skip to content

Commit 50c2186

Browse files
committed
CS
1 parent d7e143c commit 50c2186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Module/Controller/ControllerNameParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ private function getPartsFromControllerName($controller)
8686
$controller = str_replace('/', '\\', $controller);
8787
$module = $this->moduleManager->getModule($moduleName);
8888

89-
if(!is_object($module)) {
89+
if (!is_object($module)) {
9090
throw new \RuntimeException(sprintf(
9191
'Unable to locate module: %s, when parsing controller: %s',
9292
$moduleName, $controller

0 commit comments

Comments
 (0)