@@ -131,7 +131,7 @@ |
||
| 131 | 131 | * to the subject. |
| 132 | 132 | * Allow override to get only some part. And used for unit test. |
| 133 | 133 | * |
| 134 | - * @param \BFW\Subject $subject |
|
| 134 | + * @param \SplSubject $subject |
|
| 135 | 135 | * |
| 136 | 136 | * @return void |
| 137 | 137 | */ |
@@ -260,7 +260,7 @@ |
||
| 260 | 260 | ->getConfig() |
| 261 | 261 | ->getValue('modules', 'modules.php') |
| 262 | 262 | ; |
| 263 | - $forWho = $modulesConfig['controller']['name']; |
|
| 263 | + $forWho = $modulesConfig['controller']['name']; |
|
| 264 | 264 | |
| 265 | 265 | $this->ctrlRouterInfos->isFound = true; |
| 266 | 266 | $this->ctrlRouterInfos->forWho = $forWho; |