@@ -182,7 +182,7 @@ |
||
| 182 | 182 | /** |
| 183 | 183 | * Implements the core of {@see isEmptyValue()}. |
| 184 | 184 | * |
| 185 | - * @param mixed $value |
|
| 185 | + * @param SPIValue $value |
|
| 186 | 186 | * |
| 187 | 187 | * @return bool |
| 188 | 188 | */ |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | /** |
| 77 | 77 | * Returns if the given $value is considered empty by the field type. |
| 78 | 78 | * |
| 79 | - * @param mixed $value |
|
| 79 | + * @param SPIValue $value |
|
| 80 | 80 | * |
| 81 | 81 | * @return bool |
| 82 | 82 | */ |
@@ -190,7 +190,7 @@ discard block |
||
| 190 | 190 | /** |
| 191 | 191 | * Converts an $hash to the Value defined by the field type. |
| 192 | 192 | * |
| 193 | - * @param mixed $hash |
|
| 193 | + * @param string $hash |
|
| 194 | 194 | * |
| 195 | 195 | * @return \eZ\Publish\Core\FieldType\ISBN\Value $value |
| 196 | 196 | */ |
@@ -187,7 +187,7 @@ |
||
| 187 | 187 | /** |
| 188 | 188 | * Returns if the given $value is considered empty by the field type. |
| 189 | 189 | * |
| 190 | - * @param mixed $value |
|
| 190 | + * @param SPIValue $value |
|
| 191 | 191 | * |
| 192 | 192 | * @return bool |
| 193 | 193 | */ |
@@ -187,7 +187,7 @@ |
||
| 187 | 187 | /** |
| 188 | 188 | * Returns if the given $value is considered empty by the field type. |
| 189 | 189 | * |
| 190 | - * @param mixed $value |
|
| 190 | + * @param SPIValue $value |
|
| 191 | 191 | * |
| 192 | 192 | * @return bool |
| 193 | 193 | */ |
@@ -130,7 +130,7 @@ |
||
| 130 | 130 | /** |
| 131 | 131 | * Returns a mock for persistence field type. |
| 132 | 132 | * |
| 133 | - * @return \eZ\Publish\SPI\Persistence\FieldType |
|
| 133 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 134 | 134 | */ |
| 135 | 135 | protected function getFieldTypeMock() |
| 136 | 136 | { |
@@ -212,7 +212,7 @@ discard block |
||
| 212 | 212 | * |
| 213 | 213 | * @param string $name |
| 214 | 214 | * |
| 215 | - * @return \eZ\Publish\SPI\FieldType\ValidationError|null |
|
| 215 | + * @return ValidationError|null |
|
| 216 | 216 | */ |
| 217 | 217 | private function validateSettingName($name) |
| 218 | 218 | { |
@@ -236,7 +236,7 @@ discard block |
||
| 236 | 236 | * @param string $name |
| 237 | 237 | * @param string $value |
| 238 | 238 | * |
| 239 | - * @return \eZ\Publish\SPI\FieldType\ValidationError|null |
|
| 239 | + * @return ValidationError|null |
|
| 240 | 240 | */ |
| 241 | 241 | private function validateDefaultAuthorSetting($name, $value) |
| 242 | 242 | { |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | namespace eZ\Publish\API\Repository\Tests; |
| 10 | 10 | |
| 11 | 11 | use eZ\Publish\API\Repository\Exceptions\UnauthorizedException; |
| 12 | -use eZ\Publish\API\Repository\Values\Content\Location; |
|
| 13 | 12 | use eZ\Publish\API\Repository\Values\User\Limitation\ObjectStateLimitation; |
| 14 | 13 | use eZ\Publish\Core\Repository\Repository; |
| 15 | 14 | use eZ\Publish\Core\Repository\TrashService; |
@@ -66,6 +66,9 @@ discard block |
||
| 66 | 66 | ); |
| 67 | 67 | } |
| 68 | 68 | |
| 69 | + /** |
|
| 70 | + * @param string $default |
|
| 71 | + */ |
|
| 69 | 72 | private function buildList($groups, $default) |
| 70 | 73 | { |
| 71 | 74 | return new ArrayTranslatorFieldsGroupsList( |
@@ -76,7 +79,7 @@ discard block |
||
| 76 | 79 | } |
| 77 | 80 | |
| 78 | 81 | /** |
| 79 | - * @return \Symfony\Contracts\Translation\TranslatorInterface|\PHPUnit\Framework\MockObject\MockObject |
|
| 82 | + * @return TranslatorInterface |
|
| 80 | 83 | */ |
| 81 | 84 | private function getTranslatorMock() |
| 82 | 85 | { |
@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | } |
| 36 | 36 | |
| 37 | 37 | /** |
| 38 | - * @return \PHPUnit\Framework\MockObject\MockObject|\eZ\Bundle\EzPublishCoreBundle\ApiLoader\RepositoryConfigurationProvider |
|
| 38 | + * @return RepositoryConfigurationProvider |
|
| 39 | 39 | */ |
| 40 | 40 | protected function getRepositoryConfigMock() |
| 41 | 41 | { |
@@ -47,7 +47,7 @@ discard block |
||
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | /** |
| 50 | - * @return \PHPUnit\Framework\MockObject\MockObject|\Symfony\Contracts\Translation\TranslatorInterface |
|
| 50 | + * @return TranslatorInterface |
|
| 51 | 51 | */ |
| 52 | 52 | protected function getTranslatorMock() |
| 53 | 53 | { |