You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Classes/Domain/Repository/TtContentRepository.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ public function __construct()
66
66
* @todo: move this in a repository
67
67
*
68
68
* @param string $shortcutItem The single page to be used as the tree root
69
-
* @param-out array $collectedItems The collected item data rows ordered by parent position, column position and sorting // array<int, array<non-empty-string, mixed>>
69
+
* @param-out array $collectedItems The collected item data rows ordered by parent position, column position and sorting
70
70
* @param int $recursive The number of levels for the recursion
71
71
* @param int $parentUid uid of the referencing tt_content record
72
72
* @param int $language sys_language_uid of the referencing tt_content record
0 commit comments