Completed
Pull Request — master (#45)
by Barney
02:23
created
src/StatusLine.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
  */
17 17
 namespace Teapot;
18 18
 
19
-use Teapot\StatusCodeException\InvalidStatusCodeException;
20 19
 use Psr\Http\Message\ResponseInterface;
20
+use Teapot\StatusCodeException\InvalidStatusCodeException;
21 21
 
22 22
 /**
23 23
  * Interface representing a Value Object of the HTTP Status-Line, as
Please login to merge, or discard this patch.