@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | * @param \eZ\Publish\Core\Persistence\Database\DatabaseHandler $databaseHandler |
149 | 149 | * @param int $contentObjectStatus ContentInfo constant |
150 | 150 | * |
151 | - * @return int |
|
151 | + * @return string |
|
152 | 152 | */ |
153 | 153 | private function getContentObjectsTotalCount(DatabaseHandler $databaseHandler, $contentObjectStatus) |
154 | 154 | { |
@@ -168,7 +168,7 @@ discard block |
||
168 | 168 | * |
169 | 169 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
170 | 170 | * @param \Symfony\Component\Console\Helper\ProgressHelper $progress |
171 | - * @param $message |
|
171 | + * @param string $message |
|
172 | 172 | */ |
173 | 173 | private function logWarning(OutputInterface $output, ProgressHelper $progress, $message) |
174 | 174 | { |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use eZ\Publish\Core\Search\Legacy\Content\FullTextData; |
15 | 15 | use eZ\Publish\SPI\Persistence\Content; |
16 | 16 | use eZ\Publish\SPI\Persistence\Content\Type\Handler as SPITypeHandler; |
17 | -use eZ\Publish\SPI\Search\Field; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * WordIndexer gateway implementation using the Doctrine database. |
@@ -127,15 +127,15 @@ |
||
127 | 127 | * Link word with specific content object (legacy db table: ezsearch_object_word_link). |
128 | 128 | * |
129 | 129 | * @param $wordId |
130 | - * @param $contentId |
|
131 | - * @param $frequency |
|
132 | - * @param $placement |
|
130 | + * @param integer $contentId |
|
131 | + * @param integer $frequency |
|
132 | + * @param integer $placement |
|
133 | 133 | * @param $nextWordId |
134 | 134 | * @param $prevWordId |
135 | - * @param $contentTypeId |
|
135 | + * @param integer $contentTypeId |
|
136 | 136 | * @param $fieldTypeId |
137 | - * @param $published |
|
138 | - * @param $sectionId |
|
137 | + * @param integer $published |
|
138 | + * @param integer $sectionId |
|
139 | 139 | * @param $identifier |
140 | 140 | * @param $integerValue |
141 | 141 | */ |