Completed
Branch master (18b261)
by Timo
28:03 queued 21:53
created
Classes/Query.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
      *
194 194
      * @param string $msg
195 195
      * @param int $severity
196
-     * @param mixed $dataVar
196
+     * @param string[] $dataVar
197 197
      */
198 198
     protected function writeDevLog($msg, $severity = 0, $dataVar = false)
199 199
     {
@@ -1003,7 +1003,7 @@  discard block
 block discarded – undo
1003 1003
     /**
1004 1004
      * Sets the fields to return by a query.
1005 1005
      *
1006
-     * @param array|string $fieldList an array or comma-separated list of field names
1006
+     * @param string $fieldList an array or comma-separated list of field names
1007 1007
      * @throws \UnexpectedValueException on parameters other than comma-separated lists and arrays
1008 1008
      */
1009 1009
     public function setFieldList($fieldList = array('*', 'score'))
Please login to merge, or discard this patch.