Completed
Pull Request — master (#23)
by Mario
02:57
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.
controller/main_controller.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -262,6 +262,7 @@
 block discarded – undo
262 262
 
263 263
 	/**
264 264
 	 * @param $params
265
+	 * @param string[] $excluded_keys
265 266
 	 *
266 267
 	 * @return array
267 268
 	 * @access private
Please login to merge, or discard this patch.