Passed
Push — main ( 02b0a6...6388f5 )
by Tom
55s queued 13s
created
src/Resolve/FieldResolver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
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
             }
Please login to merge, or discard this patch.