| @@ -133,7 +133,7 @@ | ||
| 133 | 133 | * | 
| 134 | 134 | * @param int $parentID Parent folder id | 
| 135 | 135 | * @param int $maxDepth Hard limit of max depth | 
| 136 | - * @return array List of parent IDs, including $parentID | |
| 136 | + * @return integer[] List of parent IDs, including $parentID | |
| 137 | 137 | */ | 
| 138 | 138 | protected function getNestedFolderIDs($parentID, $maxDepth = 5) | 
| 139 | 139 |      { |