Completed
Push — master ( f7252d...955fe9 )
by André
19:56 queued 06:52
created
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.