Completed
Pull Request — master (#3)
by Ayan
17:00
created
src/Application.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
187 187
      * Add a HEAD route
188 188
      *
189 189
      * @param string $route
190
-     * @param mixed $action
190
+     * @param string $action
191 191
      *
192 192
      * @return void
193 193
      */
@@ -200,7 +200,7 @@  discard block
 block discarded – undo
200 200
      * Add a OPTIONS route
201 201
      *
202 202
      * @param string $route
203
-     * @param mixed $action
203
+     * @param string $action
204 204
      *
205 205
      * @return void
206 206
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Phprest\Router\RouteCollection;
9 9
 use League\Container\ContainerAwareTrait;
10 10
 use League\Event\ListenerAcceptorInterface;
11
-use League\Container\ContainerAwareInterface;
12 11
 use Symfony\Component\HttpFoundation\Request;
13 12
 use Symfony\Component\HttpFoundation\Response;
14 13
 use Doctrine\Common\Annotations\AnnotationRegistry;
Please login to merge, or discard this patch.
tests/Service/Hateoas/UtilTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
 
113 113
     /**
114 114
      * @param string $vendor
115
-     * @param string|integer $apiVersion
115
+     * @param string $apiVersion
116 116
      * @param string $acceptHeader
117 117
      *
118 118
      * @return Request
Please login to merge, or discard this patch.