Test Failed
Push — master ( 161beb...3e96d2 )
by Dan
08:17
created
Src/Router/Dispatcher/Dispatcher.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@  discard block
 block discarded – undo
190 190
     /**
191 191
      * Reflect Controller construct and get parameters.
192 192
      *
193
-     * @param $controllerName
193
+     * @param string $controllerName
194 194
      * @internal
195 195
      *
196 196
      * @return \ReflectionParameter[]
@@ -321,7 +321,7 @@  discard block
 block discarded – undo
321 321
     /**
322 322
      * Checks controller instance against whitelist.
323 323
      *
324
-     * @param $controller
324
+     * @param string $controller
325 325
      * @param $options
326 326
      * @throws DispatchException
327 327
      */
@@ -355,7 +355,7 @@  discard block
 block discarded – undo
355 355
     /**
356 356
      * Checks controller instance against blacklist.
357 357
      *
358
-     * @param $controller
358
+     * @param string $controller
359 359
      * @param $options
360 360
      * @throws DispatchException
361 361
      */
Please login to merge, or discard this patch.