Passed
Branch 0.11.x (9be46f)
by Shinji
14:42
created
PhpProcessReader/PhpMemoryReader/ReferenceContext/ArrayHeaderContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
         return $this->referencing_contexts['array_elements'] ?? null;
31 31
     }
32 32
 
33
-    public function getElement(int|string $key): ?ReferenceContext
33
+    public function getElement(int | string $key): ?ReferenceContext
34 34
     {
35 35
         return $this->getElements()?->getElementByKey($key) ?? null;
36 36
     }
Please login to merge, or discard this patch.