Passed
Push — php-5x ( 6a77e3...d37a56 )
by Charis
02:21
created
src/Publisher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -265,7 +265,7 @@
 block discarded – undo
265 265
             throw new \Exception("Access token request return empty response");
266 266
         }
267 267
 
268
-        if (! empty($this->tokenSaver)) {
268
+        if (!empty($this->tokenSaver)) {
269 269
             $this->getTokenSaver()(
270 270
                 $token['access_token']
271 271
             );
Please login to merge, or discard this patch.