Completed
Push — feature/player-list ( 9f06dd...8e5225 )
by Vladimir
04:50
created
src/Model/BaseModel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -275,7 +275,7 @@  discard block
 block discarded – undo
275 275
      * @param string          $column           The name of the column that should be tested
276 276
      * @param array|mixed     $possible_values  List of acceptable values
277 277
      * @param bool            $negate           Whether to search if the value of $column does NOT belong to the $possible_values array
278
-     * @param string|string[] $select           The name of the column(s) that the returned array should contain
278
+     * @param string $select           The name of the column(s) that the returned array should contain
279 279
      * @param string          $additional_query Additional parameters to be passed to the MySQL query (e.g. `WHERE id = 5`)
280 280
      * @param string          $table            The database table which will be used for queries
281 281
      *
@@ -342,7 +342,7 @@  discard block
 block discarded – undo
342 342
      * Get a formatted string with a comma separated column list with table/alias prefixes if necessary.
343 343
      *
344 344
      * @param string|null $prefix  The table name or SQL alias to be prepend to these columns
345
-     * @param array       $columns The columns to format
345
+     * @param string[]       $columns The columns to format
346 346
      *
347 347
      * @return string
348 348
      */
Please login to merge, or discard this patch.