@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | throw new \Exception(sprintf('Unable to determine root line for page %s', $pageId), 1503062291); |
69 | 69 | } |
70 | 70 | |
71 | - return array_map(function ($page) { return (integer) $page['uid']; }, $rootLine); |
|
71 | + return array_map(function($page) { return (integer) $page['uid']; }, $rootLine); |
|
72 | 72 | } |
73 | 73 | |
74 | 74 | /** |
@@ -90,6 +90,6 @@ discard block |
||
90 | 90 | throw new \Exception('No TypoScript root templates found', 1503062427); |
91 | 91 | } |
92 | 92 | |
93 | - return array_map(function ($template) { return (integer) $template['pid']; }, $rootTemplates); |
|
93 | + return array_map(function($template) { return (integer) $template['pid']; }, $rootTemplates); |
|
94 | 94 | } |
95 | 95 | } |