Completed
Push — 6.7 ( b4417c...73d054 )
by Łukasz
20:26
created
eZ/Publish/Core/Repository/LocationService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -723,7 +723,7 @@
 block discarded – undo
723 723
      * Instantiates a new location create class.
724 724
      *
725 725
      * @param mixed $parentLocationId the parent under which the new location should be created
726
-     * @param eZ\Publish\API\Repository\Values\ContentType\ContentType|null $contentType
726
+     * @param null|ContentType $contentType
727 727
      *
728 728
      * @return \eZ\Publish\API\Repository\Values\Content\LocationCreateStruct
729 729
      */
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/LocationService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
      * Instantiates a new location create class.
81 81
      *
82 82
      * @param mixed $parentLocationId the parent under which the new location should be created
83
-     * @param eZ\Publish\API\Repository\Values\ContentType\ContentType|null $contentType
83
+     * @param null|ContentType $contentType
84 84
      *
85 85
      * @return \eZ\Publish\API\Repository\Values\Content\LocationCreateStruct
86 86
      */
@@ -218,7 +218,7 @@  discard block
 block discarded – undo
218 218
      * @param \eZ\Publish\API\Repository\Values\Content\ContentInfo $contentInfo
219 219
      * @param \eZ\Publish\API\Repository\Values\Content\Location $rootLocation
220 220
      *
221
-     * @return \eZ\Publish\API\Repository\Values\Content\Location[]
221
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
222 222
      */
223 223
     public function loadLocations(ContentInfo $contentInfo, Location $rootLocation = null)
224 224
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/SignalSlot/LocationService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -351,7 +351,7 @@
 block discarded – undo
351 351
      * Instantiates a new location create class.
352 352
      *
353 353
      * @param mixed $parentLocationId the parent under which the new location should be created
354
-     * @param eZ\Publish\API\Repository\Values\ContentType\ContentType|null $contentType
354
+     * @param null|ContentType $contentType
355 355
      *
356 356
      * @return \eZ\Publish\API\Repository\Values\Content\LocationCreateStruct
357 357
      */
Please login to merge, or discard this patch.