Passed
Pull Request — master (#1514)
by
unknown
35:48 queued 25:02
created
Classes/System/Records/Pages/PagesRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
             return $this->findMountPointPropertiesByMountedPageUid($mountedPageUid);
73 73
         }
74 74
         // check if there are integers
75
-        if (!array_filter($rootLineParentPageIds,       'is_int')) {
75
+        if (!array_filter($rootLineParentPageIds, 'is_int')) {
76 76
             throw new \InvalidArgumentException('Given $rootLineParentPageIds array is not valid. Allowed only the arrays with the root line page UIDs as integers.', 1502459711);
77 77
         }
78 78
 
Please login to merge, or discard this patch.