Completed
Push — master ( e2d26f...9ff6cb )
by André
24:47
created
eZ/Publish/Core/Repository/Mapper/SortClauseMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      *
24 24
      * @param \eZ\Publish\API\Repository\Values\Content\Location $location
25 25
      *
26
-     * @return \eZ\Publish\API\Repository\Values\Content\Query\SortClause[]
26
+     * @return SortClause[]
27 27
      */
28 28
     public function getSortClauseFromLocation(Location $location)
29 29
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Repository/SearchService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -334,7 +334,7 @@
 block discarded – undo
334 334
      *
335 335
      * @param \eZ\Publish\API\Repository\Values\Content\Location $location
336 336
      *
337
-     * @return \eZ\Publish\API\Repository\Values\Content\Query\SortClause[]
337
+     * @return Query\SortClause[]
338 338
      */
339 339
     public function getSortClauseFromLocation(Location $location)
340 340
     {
Please login to merge, or discard this patch.