@@ -165,7 +165,7 @@ |
||
| 165 | 165 | foreach ($sqlResult as $column => $value) { |
| 166 | 166 | $cacheKeyInfo = $this->hydrateColumnInfo($column); |
| 167 | 167 | |
| 168 | - if (!isset($cacheKeyInfo['discriminatorValue'])) { |
|
| 168 | + if ( ! isset($cacheKeyInfo['discriminatorValue'])) { |
|
| 169 | 169 | continue; |
| 170 | 170 | } |
| 171 | 171 | |