@@ -43,7 +43,7 @@ |
||
43 | 43 | * For disabled hydrator cache, store only last hydrator result and reuse for consecutive calls |
44 | 44 | * then drop the cache if it doesn't hit. |
45 | 45 | */ |
46 | - if (! $this->config->getUseHydratorCache()) { |
|
46 | + if (!$this->config->getUseHydratorCache()) { |
|
47 | 47 | if (isset($this->extractValues[$splObjectHash])) { |
48 | 48 | return $this->extractValues[$splObjectHash][$info->fieldName] ?? null; |
49 | 49 | } |