Completed
Pull Request — master (#899)
by Andrew
01:40
created
src/Exception/OAuthServerException.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
 
10 10
 namespace League\OAuth2\Server\Exception;
11 11
 
12
-use Psr\Http\Message\ServerRequest;
13 12
 use Psr\Http\Message\ResponseInterface;
13
+use Psr\Http\Message\ServerRequest;
14 14
 
15 15
 class OAuthServerException extends \Exception
16 16
 {
Please login to merge, or discard this patch.