@@ -117,7 +117,7 @@ discard block |
||
117 | 117 | * |
118 | 118 | * @return null|Block |
119 | 119 | */ |
120 | - private function findPageBlockByParentAndName(Block $headerBlock, string $pageName) : ?Block { |
|
120 | + private function findPageBlockByParentAndName(Block $headerBlock, string $pageName) : ? Block { |
|
121 | 121 | foreach ($headerBlock as $content) { |
122 | 122 | $arguments = $content->getArguments(); |
123 | 123 | |
@@ -134,7 +134,7 @@ discard block |
||
134 | 134 | * |
135 | 135 | * @return null|Block |
136 | 136 | */ |
137 | - private function findHeaderBlockByModName(string $modName) : ?Block { |
|
137 | + private function findHeaderBlockByModName(string $modName) : ? Block { |
|
138 | 138 | foreach ($this->contents as $content) { |
139 | 139 | $arguments = $content->getArguments(); |
140 | 140 | if (reset($arguments) === $modName) { |