@@ -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 | */ |