| @@ -39,9 +39,7 @@ | ||
| 39 | 39 | /** | 
| 40 | 40 | * Can receive as many tuples of array( argumentName ), argumentValue as necessary. | 
| 41 | 41 | * | 
| 42 | - * @param $argumentString | |
| 43 | - * @param string $dynamicSettingName.. | |
| 44 | - * @param string $dynamicSettingValue.. | |
| 42 | + * @param string $argumentString | |
| 45 | 43 | * | 
| 46 | 44 | * @return string | 
| 47 | 45 | */ | 
| @@ -111,6 +111,7 @@ discard block | ||
| 111 | 111 | |
| 112 | 112 | /** | 
| 113 | 113 | * Applies dependencies of complex $parameter in $scope. | 
| 114 | + * @param string $parameter | |
| 114 | 115 | */ | 
| 115 | 116 | private function addComplexParametersDependencies($parameter, $scope, ContainerBuilder $container) | 
| 116 | 117 |      { | 
| @@ -145,6 +146,9 @@ discard block | ||
| 145 | 146 | } | 
| 146 | 147 | } | 
| 147 | 148 | |
| 149 | + /** | |
| 150 | + * @param string $setting | |
| 151 | + */ | |
| 148 | 152 | private function postProcessComplexSetting($setting, $sa, ContainerBuilder $container) | 
| 149 | 153 |      { | 
| 150 | 154 |          $configResolver = $container->get('ezpublish.config.resolver.core'); | 
| @@ -42,7 +42,7 @@ | ||
| 42 | 42 | /** | 
| 43 | 43 | * Purge all variations generated for aliases in $aliasName. | 
| 44 | 44 | * | 
| 45 | - * @param array $aliasNames | |
| 45 | + * @param string[] $aliasNames | |
| 46 | 46 | */ | 
| 47 | 47 | public function purge(array $aliasNames) | 
| 48 | 48 |      { | 
| @@ -121,7 +121,7 @@ discard block | ||
| 121 | 121 | /** | 
| 122 | 122 | * @dataProvider badRequestExceptionProvider | 
| 123 | 123 | * | 
| 124 | - * @param Exception|\eZ\Publish\Core\Base\Translatable $exception | |
| 124 | + * @param Exception $exception | |
| 125 | 125 | */ | 
| 126 | 126 | public function testBadRequestException(Exception $exception) | 
| 127 | 127 |      { | 
| @@ -158,7 +158,7 @@ discard block | ||
| 158 | 158 | /** | 
| 159 | 159 | * @dataProvider otherExceptionProvider | 
| 160 | 160 | * | 
| 161 | - * @param Exception|\eZ\Publish\Core\Base\Translatable $exception | |
| 161 | + * @param Exception $exception | |
| 162 | 162 | */ | 
| 163 | 163 | public function testOtherRepositoryException(Exception $exception) | 
| 164 | 164 |      { | 
| @@ -72,7 +72,7 @@ discard block | ||
| 72 | 72 | * @param ContainerBuilder $container | 
| 73 | 73 | * @param Definition $factory The factory service that should receive the list of handlers | 
| 74 | 74 | * @param array $configuredHandlers Handlers configuration declared via semantic config | 
| 75 | - * @param \eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory[]|ArrayObject $factories Map of alias => handler service id | |
| 75 | + * @param ArrayObject $factories Map of alias => handler service id | |
| 76 | 76 | * @param string $defaultHandler default handler id | 
| 77 | 77 | * | 
| 78 | 78 | * @internal param $HandlerTypesMap | 
| @@ -105,7 +105,7 @@ discard block | ||
| 105 | 105 | * Returns from $factories the factory for handler $type. | 
| 106 | 106 | * | 
| 107 | 107 | * @param ContainerBuilder $container | 
| 108 | - * @param \eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory[]|ArrayObject|ContainerAware[] $factories | |
| 108 | + * @param ArrayObject $factories | |
| 109 | 109 | * @param string $type | 
| 110 | 110 | * | 
| 111 | 111 | * @return \eZ\Bundle\EzPublishIOBundle\DependencyInjection\ConfigurationFactory | 
| @@ -72,6 +72,7 @@ discard block | ||
| 72 | 72 | |
| 73 | 73 | /** | 
| 74 | 74 | * Registers the handler in the container, like the pass would have done. | 
| 75 | + * @param string $name | |
| 75 | 76 | */ | 
| 76 | 77 | private function registerHandler($name) | 
| 77 | 78 |      { | 
| @@ -107,7 +108,6 @@ discard block | ||
| 107 | 108 | * | 
| 108 | 109 | * The method can also configure the container via $this->container. | 
| 109 | 110 | * | 
| 110 | - * @param ContainerBuilder $container | |
| 111 | 111 | */ | 
| 112 | 112 | abstract public function provideHandlerConfiguration(); | 
| 113 | 113 | |
| @@ -87,7 +87,7 @@ | ||
| 87 | 87 | * @throws \eZ\Publish\API\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete a content type group | 
| 88 | 88 | * @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException If a to be deleted content type has instances | 
| 89 | 89 | * | 
| 90 | - * @param \eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup $ContentTypeGroup | |
| 90 | + * @param \eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup $contentTypeGroup | |
| 91 | 91 | */ | 
| 92 | 92 | public function deleteContentTypeGroup(ContentTypeGroup $contentTypeGroup); | 
| 93 | 93 | |
| @@ -183,6 +183,9 @@ | ||
| 183 | 183 |          return $this->createTestContent('eng-US', $fieldValues); | 
| 184 | 184 | } | 
| 185 | 185 | |
| 186 | + /** | |
| 187 | + * @param string $initialLanguageCode | |
| 188 | + */ | |
| 186 | 189 | protected function updateTestContent($initialLanguageCode, array $fieldValues) | 
| 187 | 190 |      { | 
| 188 | 191 | $repository = $this->getRepository(); | 
| @@ -2737,7 +2737,7 @@ discard block | ||
| 2737 | 2737 | /** | 
| 2738 | 2738 | * Test for the addRelation() method. | 
| 2739 | 2739 | * | 
| 2740 | - * @return \eZ\Publish\API\Repository\Values\Content\Content | |
| 2740 | + * @return Relation[] | |
| 2741 | 2741 | * | 
| 2742 | 2742 | * @see \eZ\Publish\API\Repository\ContentService::addRelation() | 
| 2743 | 2743 | * @depends eZ\Publish\API\Repository\Tests\ContentServiceTest::testPublishVersionFromContentDraft | 
| @@ -4554,7 +4554,7 @@ discard block | ||
| 4554 | 4554 | * given properties are available in $actualAliases and not more. | 
| 4555 | 4555 | * | 
| 4556 | 4556 | * @param array $expectedAliasProperties | 
| 4557 | - * @param array $actualAliases | |
| 4557 | + * @param URLAlias[] $actualAliases | |
| 4558 | 4558 | */ | 
| 4559 | 4559 | private function assertAliasesCorrect(array $expectedAliasProperties, array $actualAliases) | 
| 4560 | 4560 |      { | 
| @@ -4716,7 +4716,7 @@ discard block | ||
| 4716 | 4716 | /** | 
| 4717 | 4717 | * Returns the default fixture of fields used in most tests. | 
| 4718 | 4718 | * | 
| 4719 | - * @return \eZ\Publish\API\Repository\Values\Content\Field[] | |
| 4719 | + * @return Field[] | |
| 4720 | 4720 | */ | 
| 4721 | 4721 | private function createFieldsFixture() | 
| 4722 | 4722 |      { |