Passed
Pull Request — master (#1332)
by zacksleo
02:44
created
src/Payment/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
             return $this['config']->key;
167 167
         }
168 168
 
169
-        $key =  $this->inSandbox() ? $this['sandbox']->getKey() : $this['config']->key;
169
+        $key = $this->inSandbox() ? $this['sandbox']->getKey() : $this['config']->key;
170 170
         if (strlen($key) != 32) {
171 171
             throw new InvalidArgumentException(sprintf("'%s' should be 32 chars length.", $key));
172 172
         }
Please login to merge, or discard this patch.