Passed
Push — main ( a0cbf5...2422e5 )
by Breno
01:59
created
src/Environment.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,9 +8,9 @@
 block discarded – undo
8 8
     public static function production(): array
9 9
     {
10 10
         return [
11
-           'urlAuthorize'            => 'https://sso.staging.acesso.gov.br/authorize',
12
-           'urlAccessToken'          => 'https://sso.staging.acesso.gov.br/token',
13
-           'urlResourceOwnerDetails' => 'https://sso.staging.acesso.gov.br/userinfo',
11
+            'urlAuthorize'            => 'https://sso.staging.acesso.gov.br/authorize',
12
+            'urlAccessToken'          => 'https://sso.staging.acesso.gov.br/token',
13
+            'urlResourceOwnerDetails' => 'https://sso.staging.acesso.gov.br/userinfo',
14 14
         ];
15 15
     }
16 16
 
Please login to merge, or discard this patch.