@@ -118,7 +118,7 @@ |
||
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 | } |