Passed
Push — main ( 6a6c73...eed375 )
by Teodoro
07:26 queued 05:01
created
src/Signer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
             throw new InvalidArgumentException(sprintf('Required $hashField argument'));
119 119
         }
120 120
 
121
-        if ((empty($this->ttlField) && $this->ttl > 0)  || (!empty($this->ttlField) &&  $this->ttl <= 0)) {
121
+        if ((empty($this->ttlField) && $this->ttl > 0) || (!empty($this->ttlField) && $this->ttl <= 0)) {
122 122
             throw new InvalidArgumentException('Required $ttl or $ttlField argument');
123 123
         }
124 124
     }
Please login to merge, or discard this patch.