Completed
Push — master ( 00c423...2274e3 )
by Maxim
03:40
created
src/Weew/Router/Router.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
     }
85 85
 
86 86
     /**
87
-     * @param $class
87
+     * @param string $class
88 88
      * @param bool $nest
89 89
      *
90 90
      * @return IRouter
@@ -453,7 +453,7 @@  discard block
 block discarded – undo
453 453
     }
454 454
 
455 455
     /**
456
-     * @return IRouter[]
456
+     * @return Router[]
457 457
      */
458 458
     public function getNestedRouters() {
459 459
         return $this->nestedRouters;
Please login to merge, or discard this patch.