Completed
Push — master ( 2d4adf...4afc25 )
by Raffael
16:37 queued 14:50
created
src/Http/Router/Route.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -220,7 +220,7 @@
 block discarded – undo
220 220
     /**
221 221
      * Set clas
222 222
      *
223
-     * @param   string|object $class
223
+     * @param   string $class
224 224
      * @return  Route
225 225
      */
226 226
     public function setClass($class): Route
Please login to merge, or discard this patch.
src/Http/Router.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      * Init router
56 56
      *
57 57
      * @param   array $server
58
-     * @param   Logger $logger
58
+     * @param   \Micro\Testsuite\MockLogger $logger
59 59
      * @return  void
60 60
      */
61 61
     public function __construct(array $server, Logger $logger)
Please login to merge, or discard this patch.