From eb3c9faa4aea2632f9f5f89f1f0cf5e1edda9a4d Mon Sep 17 00:00:00 2001 From: William Knauss Date: Wed, 5 Feb 2014 19:16:51 -0500 Subject: [PATCH] construct docblock spacing --- parsecsv.lib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parsecsv.lib.php b/parsecsv.lib.php index 01aa1f4..d9c8dc1 100644 --- a/parsecsv.lib.php +++ b/parsecsv.lib.php @@ -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) {