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.