Completed
Branch 2.0 (fc981a)
by Vermeulen
01:59
created
src/class/SqlSelect.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -143,10 +143,10 @@  discard block
 block discarded – undo
143 143
     /**
144 144
      * Declare information for FROM part and column will be get for main table
145 145
      * 
146
-     * @param string|array $table   Table name.
146
+     * @param string $table   Table name.
147 147
      *  It can be an array if a table shortcut is declared.
148 148
      *  In array mode, the format is ['asValue' => 'tableName']
149
-     * @param string|array $columns (default: "*") Columns will be get for
149
+     * @param string $columns (default: "*") Columns will be get for
150 150
      *  the table declared in first argument
151 151
      * 
152 152
      * @return \BfwSql\SqlSelect
@@ -296,7 +296,7 @@  discard block
 block discarded – undo
296 296
     /**
297 297
      * Add information about the LIMIT part in request
298 298
      * 
299
-     * @param array|integer $limit If it's a integer, the number of row to
299
+     * @param integer $limit If it's a integer, the number of row to
300 300
      *  return. If an array, the format is [numberToStart, numberOfRowToReturn]
301 301
      * 
302 302
      * @return \BfwSql\SqlSelect
Please login to merge, or discard this patch.