Completed
Push — debug ( 56c116...163335 )
by
unknown
07:18
created
Classes/Utility/TypoScriptUtility.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.