Completed
Push — sf_cache ( ff1daa...dd5469 )
by André
15:49
created
eZ/Publish/SPI/Persistence/Content/Type/Handler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.