Completed
Push — master ( f19f8c...ffee04 )
by Dan
02:51
created
Src/Router/Dispatcher/Dispatcher.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
     /**
183 183
      * Reflect Controller construct and get parameters.
184 184
      *
185
-     * @param $controllerName
185
+     * @param string $controllerName
186 186
      * @internal
187 187
      *
188 188
      * @return \ReflectionParameter[]
@@ -308,7 +308,7 @@  discard block
 block discarded – undo
308 308
     /**
309 309
      * Checks controller instance against whitelist.
310 310
      *
311
-     * @param $controller
311
+     * @param string $controller
312 312
      * @param $options
313 313
      * @throws DispatchException
314 314
      */
@@ -342,7 +342,7 @@  discard block
 block discarded – undo
342 342
     /**
343 343
      * Checks controller instance against blacklist.
344 344
      *
345
-     * @param $controller
345
+     * @param string $controller
346 346
      * @param $options
347 347
      * @throws DispatchException
348 348
      */
@@ -374,7 +374,7 @@  discard block
 block discarded – undo
374 374
     /**
375 375
      * With Class Namespace.
376 376
      *
377
-     * @param $namespace
377
+     * @param string $namespace
378 378
      * @return Dispatcher
379 379
      */
380 380
     public function withNamespace($namespace)
@@ -387,7 +387,7 @@  discard block
 block discarded – undo
387 387
     /**
388 388
      * With class Namespaces.
389 389
      *
390
-     * @param array $namespaces
390
+     * @param string[] $namespaces
391 391
      * @return Dispatcher
392 392
      */
393 393
     public function withNamespaces(array $namespaces)
Please login to merge, or discard this patch.