@@ -72,7 +72,7 @@ |
||
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 |