Passed
Push — master ( 71e000...2c8ddb )
by meta
03:26
created
src/Controllers/ApiAuthController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -133,8 +133,8 @@
 block discarded – undo
133 133
         }
134 134
         // Get the X509 certificate for the selected key id
135 135
         $certificate = '-----BEGIN CERTIFICATE-----'.PHP_EOL
136
-                     . $x5c . PHP_EOL
137
-                     . '-----END CERTIFICATE-----';
136
+                        . $x5c . PHP_EOL
137
+                        . '-----END CERTIFICATE-----';
138 138
         // Perform the verification and get the verified payload results
139 139
         $payload = \Firebase\JWT\JWT::decode($accessToken, $certificate, array('RS256'));
140 140
 
Please login to merge, or discard this patch.