Completed
Push — test-fieldrelation-location-se... ( d8b445...ee018e )
by
unknown
12:19
created
eZ/Publish/Core/MVC/Symfony/Translation/CatalogueMapperFileWriter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      *
39 39
      * @param \eZ\Publish\SPI\Search\Field $field
40 40
      *
41
-     * @return mixed
41
+     * @return string
42 42
      */
43 43
     public function map(Field $field)
44 44
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/Search/Common/Indexer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * Get PDOStatement to fetch metadata about content objects to be indexed.
72 72
      *
73
-     * @param array $fields Select fields
73
+     * @param string[] $fields Select fields
74 74
      * @return \PDOStatement
75 75
      */
76 76
     protected function getContentDbFieldsStmt(array $fields)
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
      * Log warning while progress bar is shown.
109 109
      *
110 110
      * @param \Symfony\Component\Console\Helper\ProgressBar $progress
111
-     * @param $message
111
+     * @param string $message
112 112
      */
113 113
     protected function logWarning(ProgressBar $progress, $message)
114 114
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Keyword/Type.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
      *
169 169
      * @param \eZ\Publish\Core\FieldType\Country\Value $value
170 170
      *
171
-     * @return array
171
+     * @return string
172 172
      */
173 173
     protected function getSortInfo(BaseValue $value)
174 174
     {
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/Tests/SearchServiceTest.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -3942,6 +3942,7 @@  discard block
 block discarded – undo
3942 3942
      * Test for the findContent() method.
3943 3943
      *
3944 3944
      * @see \eZ\Publish\API\Repository\SearchService::findContent()
3945
+     * @param string $queryType
3945 3946
      */
3946 3947
     public function testUserMetadataGroupHorizontalFilterContent($queryType = null)
3947 3948
     {
@@ -4031,6 +4032,7 @@  discard block
 block discarded – undo
4031 4032
      * Test for the findLocations() method.
4032 4033
      *
4033 4034
      * @see \eZ\Publish\API\Repository\SearchService::findLocations()
4035
+     * @param string $queryType
4034 4036
      */
4035 4037
     public function testUserMetadataGroupHorizontalFilterLocation($queryType = null)
4036 4038
     {
Please login to merge, or discard this patch.