Completed
Push — master ( 1a7521...b79352 )
by Charis
03:14
created
src/Router.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -412,6 +412,10 @@
 block discarded – undo
412 412
         return $functionHandler($handlerMapper[$code]);
413 413
     }
414 414
     
415
+    /**
416
+     * @param UriInterface $uri
417
+     * @param string $method
418
+     */
415 419
     protected function handleException($exception, $uri, $method)
416 420
     {
417 421
         if ($exception === $this->notFoundFuncName) {
Please login to merge, or discard this patch.