@@ -902,7 +902,7 @@ |
||
902 | 902 | * |
903 | 903 | * @param array $data |
904 | 904 | * @param Form $form |
905 | - * @return DBHTMLText|HTTPResponse |
|
905 | + * @return null|HTTPResponse |
|
906 | 906 | */ |
907 | 907 | public function addtocampaign($data, $form) |
908 | 908 | { |
@@ -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 | { |