@@ -51,7 +51,6 @@ discard block |
||
51 | 51 | * @todo Define behaviour on missing item. |
52 | 52 | * |
53 | 53 | * @param array $groupIds |
54 | - * @param array|null $languagePriority (@todo this will be added in some form as part of language work) |
|
55 | 54 | * |
56 | 55 | * @return \eZ\Publish\SPI\Persistence\Content\Type\Group[] |
57 | 56 | */ |
@@ -252,6 +251,7 @@ discard block |
||
252 | 251 | * @param mixed $fieldDefinitionId |
253 | 252 | * |
254 | 253 | * @throws \eZ\Publish\API\Repository\Exceptions\NotFoundException If field is not found |
254 | + * @return null|boolean |
|
255 | 255 | */ |
256 | 256 | public function removeFieldDefinition($contentTypeId, $status, $fieldDefinitionId); |
257 | 257 |