@@ -138,7 +138,7 @@ discard block |
||
138 | 138 | * |
139 | 139 | * @param bool $enable |
140 | 140 | * |
141 | - * @return bool |
|
141 | + * @return currency |
|
142 | 142 | * @access public |
143 | 143 | */ |
144 | 144 | public function set_currency_enable($enable) |
@@ -165,7 +165,7 @@ discard block |
||
165 | 165 | * |
166 | 166 | * @param bool $on_left |
167 | 167 | * |
168 | - * @return bool |
|
168 | + * @return currency |
|
169 | 169 | * @access public |
170 | 170 | */ |
171 | 171 | public function set_currency_position($on_left) |
@@ -61,9 +61,9 @@ |
||
61 | 61 | 'PPDE_DONORLIST_LAST_DATE' => 'Made on', |
62 | 62 | 'PPDE_DONORLIST_TOTAL_DONATION' => 'Donation amount', |
63 | 63 | 'PPDE_DONORS' => array( |
64 | - 0 => '', // 0 - Used for pagination. Let this language key empty. |
|
65 | - 1 => '%d donor', // 1 |
|
66 | - 2 => '%d donors', // 2+ |
|
64 | + 0 => '', // 0 - Used for pagination. 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 |
@@ -61,9 +61,9 @@ |
||
61 | 61 | 'PPDE_DONORLIST_LAST_DATE' => 'Effectué le', |
62 | 62 | 'PPDE_DONORLIST_TOTAL_DONATION' => 'Somme des dons', |
63 | 63 | 'PPDE_DONORS' => array( |
64 | - 0 => '', // 0 - Used for pagination. Let this language key empty. |
|
65 | - 1 => '%d donateur', // 1 |
|
66 | - 2 => '%d donateurs', // 2+ |
|
64 | + 0 => '', // 0 - Used for pagination. 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 |
@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | * @license GNU General Public License, version 2 (GPL-2.0) |
111 | 111 | * |
112 | 112 | * @param string $step The step (enable, disable, purge) |
113 | - * @param array $notification_types The notification type names |
|
113 | + * @param string[] $notification_types The notification type names |
|
114 | 114 | * |
115 | 115 | * @return string Return notifications as temporary state |
116 | 116 | * @access protected |
@@ -131,7 +131,7 @@ discard block |
||
131 | 131 | /** |
132 | 132 | * Returns the list of notification types |
133 | 133 | * |
134 | - * @return array |
|
134 | + * @return string[] |
|
135 | 135 | * @access protected |
136 | 136 | */ |
137 | 137 | protected function notification_types() |