Completed
Pull Request — develop (#22)
by Mario
07:58
created
entity/main.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -357,9 +357,9 @@
 block discarded – undo
357 357
 	/**
358 358
 	 * Use query limit if requested
359 359
 	 *
360
-	 * @param $sql
361
-	 * @param $limit
362
-	 * @param $offset
360
+	 * @param string $sql
361
+	 * @param integer $limit
362
+	 * @param integer $offset
363 363
 	 *
364 364
 	 * @return mixed
365 365
 	 * @access private
Please login to merge, or discard this patch.
operators/transactions.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -141,9 +141,9 @@
 block discarded – undo
141 141
 	/**
142 142
 	 * Returns the SQL Query for displaying simple transactions details
143 143
 	 *
144
-	 * @param $keywords
145
-	 * @param $sort_by
146
-	 * @param $log_time
144
+	 * @param string $keywords
145
+	 * @param string $sort_by
146
+	 * @param integer $log_time
147 147
 	 *
148 148
 	 * @return array
149 149
 	 * @access public
Please login to merge, or discard this patch.