Completed
Push — 6.13 ( 05c607...40aa84 )
by André
23:50
created
Publish/Core/Search/Elasticsearch/Content/SortClauseVisitor/FieldBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * @param string $fieldDefinitionIdentifier
41 41
      * @param string $name
42 42
      *
43
-     * @return array
43
+     * @return SortClause
44 44
      */
45 45
     protected function getSortFieldName(
46 46
         SortClause $sortClause,
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/TrashServiceAuthorizationTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace eZ\Publish\API\Repository\Tests;
10 10
 
11 11
 use eZ\Publish\API\Repository\Exceptions\UnauthorizedException;
12
-use eZ\Publish\API\Repository\Values\Content\Location;
13 12
 use eZ\Publish\API\Repository\Values\User\Limitation\ObjectStateLimitation;
14 13
 use eZ\Publish\Core\Repository\Repository;
15 14
 use eZ\Publish\Core\Repository\TrashService;
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Templating/Twig/Extension/FileSizeExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     /**
71 71
      * Returns a list of filters to add to the existing list.
72 72
      *
73
-     * @return array An array of filters
73
+     * @return Twig_SimpleFilter[] An array of filters
74 74
      */
75 75
     public function getFilters()
76 76
     {
Please login to merge, or discard this patch.