Completed
Push — stash_0_6 ( 2c7768...b2313e )
by André
93:05 queued 62:49
created
eZ/Bundle/EzPublishLegacySearchEngineBundle/Command/CreateIndexCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Publish/Core/Search/Legacy/Content/WordIndexer/Gateway/DoctrineDatabase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
Publish/Core/Search/Legacy/Content/WordIndexer/Repository/SearchIndex.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -127,15 +127,15 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.