Passed
Push — master ( c732f9...942f88 )
by Pierre
02:03
created
src/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     /**
77 77
      * returns http param for a given key
78 78
      *
79
-     * @return array
79
+     * @return string
80 80
      */
81 81
     public function getParam(string $key): string
82 82
     {
Please login to merge, or discard this patch.
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.