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.
language/en/donate.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,9 +61,9 @@
 block discarded – undo
61 61
 	'PPDE_DONORLIST_LAST_DATE'      => 'Made on',
62 62
 	'PPDE_DONORLIST_TOTAL_DONATION' => 'Donation amount',
63 63
 	'PPDE_DONORS'                   => array(
64
-		0 => '',             // 0 - Let this language key empty.
65
-		1 => '%d donor',     // 1
66
-		2 => '%d donors',    // 2+
64
+		0 => '', // 0 - Let this language key empty.
65
+		1 => '%d donor', // 1
66
+		2 => '%d donors', // 2+
67 67
 	),
68 68
 	'PPDE_NO_DONORS'                => 'No donors',
69 69
 
Please login to merge, or discard this patch.
language/fr/donate.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -61,9 +61,9 @@
 block discarded – undo
61 61
 	'PPDE_DONORLIST_LAST_DATE'      => 'Éffectué le',
62 62
 	'PPDE_DONORLIST_TOTAL_DONATION' => 'Somme des dons',
63 63
 	'PPDE_DONORS'                   => array(
64
-		0 => '',                  // 0 - Let this language key empty.
65
-		1 => '%d donateur',       // 1
66
-		2 => '%d donateurs',      // 2+
64
+		0 => '', // 0 - Let this language key empty.
65
+		1 => '%d donateur', // 1
66
+		2 => '%d donateurs', // 2+
67 67
 	),
68 68
 	'PPDE_NO_DONORS'                => 'Aucun donateur',
69 69
 
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.