Completed
Push — 2.0 ( 2aee59...bf37d6 )
by Vermeulen
05:53
created
src/Router.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -260,7 +260,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.