Completed
Push — ezp25636_user_cant_access_tras... ( b1f7b8...501f47 )
by
unknown
13:32
created
eZ/Publish/Core/Repository/TrashService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
      *
111 111
      * @param \eZ\Publish\API\Repository\Values\Content\Location $location
112 112
      *
113
-     * @return null|\eZ\Publish\API\Repository\Values\Content\TrashItem null if location was deleted, otherwise TrashItem
113
+     * @return TrashItem|null null if location was deleted, otherwise TrashItem
114 114
      */
115 115
     public function trash(Location $location)
116 116
     {
Please login to merge, or discard this patch.