@@ -77,7 +77,7 @@ |
||
77 | 77 | /** |
78 | 78 | * @inheritDoc |
79 | 79 | */ |
80 | - public function child(Block|ElementInterface $element): static |
|
80 | + public function child(Block | ElementInterface $element): static |
|
81 | 81 | { |
82 | 82 | $this->children[] = $element; |
83 | 83 | return $this; |
@@ -68,7 +68,7 @@ |
||
68 | 68 | * |
69 | 69 | * @return static |
70 | 70 | */ |
71 | - public function child(Block|ElementInterface $element): static; |
|
71 | + public function child(Block | ElementInterface $element): static; |
|
72 | 72 | |
73 | 73 | /** |
74 | 74 | * @param bool $condition |