Passed
Push — master ( fc16c1...3e0736 )
by Cesar
01:45
created
src/PagaMasTarde/PmtApiClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      */
55 55
     public function charge()
56 56
     {
57
-        if (! $this->charge instanceof ChargeService) {
57
+        if (!$this->charge instanceof ChargeService) {
58 58
             $this->charge = new ChargeService($this->privateKey, $this->baseUri);
59 59
         }
60 60
 
Please login to merge, or discard this patch.