@@ -9,7 +9,6 @@ |
||
9 | 9 | /** |
10 | 10 | * Generate Export for give ExportCriteria |
11 | 11 | * |
12 | - * @param int $contentId |
|
13 | 12 | * |
14 | 13 | * @return \Netgen\Bundle\InformationCollectionBundle\API\Value\Export\Export |
15 | 14 | */ |
@@ -233,7 +233,7 @@ |
||
233 | 233 | } |
234 | 234 | |
235 | 235 | /** |
236 | - * @param $contentTypeIdentifier |
|
236 | + * @param string $contentTypeIdentifier |
|
237 | 237 | * @param array $collectedFields |
238 | 238 | * |
239 | 239 | * @return BinaryFile[]|null |
@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | /** |
73 | 73 | * Map field id's to list of field identifiers |
74 | 74 | * |
75 | - * @param int $content |
|
75 | + * @param integer $contentId |
|
76 | 76 | * @param array $fieldIdentifiers |
77 | 77 | * |
78 | 78 | * @return array |
@@ -91,6 +91,9 @@ discard block |
||
91 | 91 | return $ids; |
92 | 92 | } |
93 | 93 | |
94 | + /** |
|
95 | + * @param integer $contentId |
|
96 | + */ |
|
94 | 97 | protected function getCollections($contentId, DateTime $date = null) |
95 | 98 | { |
96 | 99 | if (is_null($date)) { |