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
+4-4Lines changed: 4 additions & 4 deletions
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 array<int, array<non-empty-string, mixed>> $collectedItems The collected item data rows ordered by parent position, column position and sorting
69
+
* @param-out array<int, array<non-empty-string, mixed>> $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
@@ -133,7 +133,7 @@ public function collectContentDataFromPages(
133
133
* @todo: move this in a repository
134
134
*
135
135
* @param string $shortcutItem The tt_content element to fetch the data from
136
-
* @param array<int, array<non-empty-string, mixed>> $collectedItems The collected item data row
136
+
* @param-out array<int, array<non-empty-string, mixed>> $collectedItems The collected item data row
137
137
* @param int $parentUid uid of the referencing tt_content record
138
138
* @param int $language sys_language_uid of the referencing tt_content record
139
139
* @throws DBALException
@@ -206,8 +206,8 @@ public function getPidFromUid(int $uid = 0): int
0 commit comments