Passed
Push — master ( 78eac0...ee030a )
by Luka
05:36 queued 02:48
created
src/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
                 'Authorization' => "Bearer {$session->getAccessToken()}",
93 93
                 'User-Agent'    => $user_agent,
94 94
             ],
95
-         ];
95
+            ];
96 96
     }
97 97
 
98 98
     /**
Please login to merge, or discard this patch.
sample/inc/functions.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,5 +130,5 @@
 block discarded – undo
130 130
  */
131 131
 function is_production()
132 132
 {
133
-     return getenv('MY_PHP_ENV') === 'production';
133
+        return getenv('MY_PHP_ENV') === 'production';
134 134
 }
Please login to merge, or discard this patch.