Completed
Pull Request — master (#25)
by Michal
15:14 queued 12:43
created
src/Handlers/ApiHandlerInterface.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Tomaj\NetteApi\Handlers;
4 4
 
5
+use Nette\Application\IResponse;
5 6
 use Tomaj\NetteApi\EndpointInterface;
6 7
 use Tomaj\NetteApi\Params\InputParam;
7
-use Nette\Application\IResponse;
8 8
 
9 9
 interface ApiHandlerInterface
10 10
 {
Please login to merge, or discard this patch.
src/Handlers/SwaggerHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -166,6 +166,9 @@
 block discarded – undo
166 166
         }, $handler->params());
167 167
     }
168 168
     
169
+    /**
170
+     * @param string $type
171
+     */
169 172
     private function createIn($type)
170 173
     {
171 174
         if ($type == InputParam::TYPE_GET) {
Please login to merge, or discard this patch.