@@ -2,9 +2,9 @@ |
||
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 | { |
@@ -166,6 +166,9 @@ |
||
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) { |