@@ -95,7 +95,7 @@ |
||
95 | 95 | |
96 | 96 | // Keys have lifetime, use SETEX for each of them |
97 | 97 | foreach ($keysAndValues as $key => $value) { |
98 | - if (!$this->redis->setex($key, $lifetime, $value)) { |
|
98 | + if ( ! $this->redis->setex($key, $lifetime, $value)) { |
|
99 | 99 | $success = false; |
100 | 100 | } |
101 | 101 | } |
@@ -165,7 +165,7 @@ |
||
165 | 165 | { |
166 | 166 | list($idField) = $fields = $this->getFields(); |
167 | 167 | |
168 | - if (!$includeData) { |
|
168 | + if ( ! $includeData) { |
|
169 | 169 | $key = array_search(static::DATA_FIELD, $fields); |
170 | 170 | unset($fields[$key]); |
171 | 171 | } |