construct docblock spacing

This commit is contained in:
William Knauss
2014-02-05 19:16:51 -05:00
parent 2f142e7313
commit eb3c9faa4a

View File

@@ -173,10 +173,10 @@ class parseCSV {
* Class constructor
*
* @access public
* @param [string] input The CSV string or a direct filepath
* @param [integer] offset Number of rows to ignore from the beginning of the data
* @param [integer] limit Limits the number of returned rows to specified amount
* @param [string] conditions Basic SQL-like conditions for row matching
* @param [string] input The CSV string or a direct filepath
* @param [integer] offset Number of rows to ignore from the beginning of the data
* @param [integer] limit Limits the number of returned rows to specified amount
* @param [string] conditions Basic SQL-like conditions for row matching
*/
public function __construct ($input = null, $offset = null, $limit = null, $conditions = null) {
if ($offset!==null) {