Passed
Push — master ( 2e48a2...9ba4db )
by Charles
04:38
created
actions/AuthenticationAction.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -53,10 +53,10 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-    * Retrieves a Token object from an access token string
57
-    * @param string $accessToken
58
-    * @return \yrc\models\redis\Token
59
-    */
56
+     * Retrieves a Token object from an access token string
57
+     * @param string $accessToken
58
+     * @return \yrc\models\redis\Token
59
+     */
60 60
     private function getTokenFromAccessToken(string $accessToken)
61 61
     {
62 62
         try {
Please login to merge, or discard this patch.