Completed
Push — ezp-28439 ( b6528d )
by
unknown
19:13
created
eZ/Publish/Core/Repository/TrashService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -363,7 +363,7 @@
 block discarded – undo
363 363
      * Checks if Content is in trash when we can't rely only on locationId (ie. because ContentId is all we have,
364 364
      * and Content in trash is not part of a tree anymore, so does not have mainLocationId.
365 365
      *
366
-     * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo
366
+     * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentId
367 367
      *
368 368
      * @return bool
369 369
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/TrashService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -260,7 +260,7 @@
 block discarded – undo
260 260
      * Checks if Content is in trash when we can't rely only on locationId (ie. because ContentId is all we have,
261 261
      * and Content in trash is not part of a tree anymore, so does not have mainLocationId.
262 262
      *
263
-     * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo
263
+     * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentId
264 264
      *
265 265
      * @return bool
266 266
      */
Please login to merge, or discard this patch.