@@ -30,7 +30,7 @@ |
||
| 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 | } |