Completed
Push — master ( d0257e...37995a )
by Pierre
02:26
created
src/Interfaces/RequestInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * returns http param for a given key
54 54
      *
55
-     * @return array
55
+     * @return string
56 56
      */
57 57
     public function getParam(string $key): string;
58 58
 
Please login to merge, or discard this patch.
src/Interfaces/RouterInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
      *
48 48
      * @param RouteInterface $route
49 49
      * @param array $matches
50
-     * @return RouRouterInterfaceter
50
+     * @return RouterInterface
51 51
      */
52 52
     public function setParams(RouteInterface $route, array $matches): RouterInterface;
53 53
 
Please login to merge, or discard this patch.