@@ -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 | { |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | * @param \eZ\Publish\API\Repository\Values\Content\Content $content |
| 91 | 91 | * @param \eZ\Publish\API\Repository\Values\ContentType\ContentType|null $contentType |
| 92 | 92 | * |
| 93 | - * @return array |
|
| 93 | + * @return string[] |
|
| 94 | 94 | */ |
| 95 | 95 | public function resolveUrlAliasSchema(Content $content, ContentType $contentType = null) |
| 96 | 96 | { |
@@ -114,7 +114,7 @@ discard block |
||
| 114 | 114 | * @param array $languageCodes |
| 115 | 115 | * @param \eZ\Publish\API\Repository\Values\ContentType\ContentType|null $contentType |
| 116 | 116 | * |
| 117 | - * @return array |
|
| 117 | + * @return string[] |
|
| 118 | 118 | */ |
| 119 | 119 | public function resolveNameSchema(Content $content, array $fieldMap = [], array $languageCodes = [], ContentType $contentType = null) |
| 120 | 120 | { |
@@ -292,7 +292,7 @@ discard block |
||
| 292 | 292 | * inferred. |
| 293 | 293 | * |
| 294 | 294 | * @param string $token |
| 295 | - * @param array $titles |
|
| 295 | + * @param string[] $titles |
|
| 296 | 296 | * @param array $groupLookupTable |
| 297 | 297 | * |
| 298 | 298 | * @return string |