Completed
Push — 6.13 ( 05c607...40aa84 )
by André
23:50
created
eZ/Publish/Core/SignalSlot/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.
Core/Search/Elasticsearch/Content/CriterionVisitor/FieldFilterBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      *
25 25
      * @param array $languageFilter
26 26
      *
27
-     * @return array|null
27
+     * @return \eZ\Publish\API\Repository\Values\Content\Query\Criterion
28 28
      */
29 29
     protected function getFieldFilter(array $languageFilter)
30 30
     {
Please login to merge, or discard this patch.
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/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.