@@ -39,7 +39,6 @@ |
||
39 | 39 | /** |
40 | 40 | * ActionAggregate constructor. |
41 | 41 | * |
42 | - * @param array $config |
|
43 | 42 | * @param LoggerInterface $logger |
44 | 43 | */ |
45 | 44 | public function __construct(iterable $actions, ConfigResolverInterface $configResolver, LoggerInterface $logger) |
@@ -46,7 +46,6 @@ discard block |
||
46 | 46 | /** |
47 | 47 | * EmailDataFactory constructor. |
48 | 48 | * |
49 | - * @param array $config |
|
50 | 49 | * @param \eZ\Publish\Core\Helper\TranslationHelper $translationHelper |
51 | 50 | * @param \eZ\Publish\Core\Helper\FieldHelper $fieldHelper |
52 | 51 | * @param \Twig\Environment $twig |
@@ -243,7 +242,7 @@ discard block |
||
243 | 242 | |
244 | 243 | /** |
245 | 244 | * @param string $contentTypeIdentifier |
246 | - * @param array $collectedFields |
|
245 | + * @param \EzSystems\RepositoryForms\Data\Content\FieldData[] $collectedFields |
|
247 | 246 | * |
248 | 247 | * @return BinaryFile[] |
249 | 248 | */ |
@@ -121,6 +121,9 @@ |
||
121 | 121 | ); |
122 | 122 | } |
123 | 123 | |
124 | + /** |
|
125 | + * @param integer $userId |
|
126 | + */ |
|
124 | 127 | private function getUser($userId): ?User |
125 | 128 | { |
126 | 129 | try { |
@@ -81,7 +81,7 @@ |
||
81 | 81 | * Get attribute value string. |
82 | 82 | * |
83 | 83 | * @param int $fieldId |
84 | - * @param array $attributes |
|
84 | + * @param Attribute[] $attributes |
|
85 | 85 | * |
86 | 86 | * @return string |
87 | 87 | */ |
@@ -18,8 +18,7 @@ |
||
18 | 18 | /** |
19 | 19 | * Maps a ValueObject from eZ content repository to a data usable as underlying form data (e.g. create/update struct). |
20 | 20 | * |
21 | - * @param \eZ\Publish\API\Repository\Values\Content\Content $contentDraft |
|
22 | - * @param array $params |
|
21 | + * @param \eZ\Publish\API\Repository\Values\Content\Content $content |
|
23 | 22 | * |
24 | 23 | * @return InformationCollectionStruct |
25 | 24 | */ |
@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | * @param int $contentId |
44 | 44 | * @param string $exportIdentifier |
45 | 45 | * |
46 | - * @return \Symfony\Component\HttpFoundation\RedirectResponse|Response |
|
46 | + * @return \Symfony\Component\HttpFoundation\Response |
|
47 | 47 | */ |
48 | 48 | public function __invoke($contentId, $exportIdentifier) |
49 | 49 | { |
@@ -61,7 +61,7 @@ discard block |
||
61 | 61 | /** |
62 | 62 | * @param \eZ\Publish\API\Repository\Values\Content\Content $content |
63 | 63 | * |
64 | - * @return \Netgen\Bundle\InformationCollectionBundle\API\Value\Export\Export |
|
64 | + * @return ExportValue |
|
65 | 65 | */ |
66 | 66 | protected function getExportByContent(Content $content): ExportValue |
67 | 67 | { |