Completed
Push — location_multi_load ( e5e305...41e541 )
by André
51:38 queued 33:21
created
eZ/Publish/Core/Search/Legacy/Tests/Content/HandlerLocationTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
     /**
167 167
      * Returns a location mapper mock.
168 168
      *
169
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Location\Mapper
169
+     * @return \PHPUnit\Framework\MockObject\MockObject
170 170
      */
171 171
     protected function getLocationMapperMock()
172 172
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Legacy/Tests/Content/HandlerContentTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     /**
94 94
      * Returns a content mapper mock.
95 95
      *
96
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\Mapper
96
+     * @return \PHPUnit\Framework\MockObject\MockObject
97 97
      */
98 98
     protected function getContentMapperMock()
99 99
     {
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
     /**
150 150
      * Returns a content field handler mock.
151 151
      *
152
-     * @return \eZ\Publish\Core\Persistence\Legacy\Content\FieldHandler
152
+     * @return \PHPUnit\Framework\MockObject\MockObject
153 153
      */
154 154
     protected function getContentFieldHandlerMock()
155 155
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/REST/Client/LocationService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -222,7 +222,7 @@
 block discarded – undo
222 222
      * @param \eZ\Publish\API\Repository\Values\Content\Location $rootLocation
223 223
      * @param string[]|null $prioritizedLanguages Used as prioritized language code on translated properties of returned object.
224 224
      *
225
-     * @return \eZ\Publish\API\Repository\Values\Content\Location[]
225
+     * @return \eZ\Publish\API\Repository\Values\ValueObject
226 226
      */
227 227
     public function loadLocations(ContentInfo $contentInfo, Location $rootLocation = null, array $prioritizedLanguages = null)
228 228
     {
Please login to merge, or discard this patch.