Completed
Pull Request — master (#165)
by
unknown
13:18
created
src/Authorization/BearerTokenAuthorization.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 
10 10
 class BearerTokenAuthorization extends TokenAuthorization
11 11
 {
12
-   /**
12
+    /**
13 13
      * BearerTokenAuthorization constructor.
14 14
      */
15 15
     public function __construct(TokenRepositoryInterface $tokenRepository, IpDetectorInterface $ipDetector)
Please login to merge, or discard this patch.