@@ -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) |
@@ -127,7 +127,7 @@ |
||
127 | 127 | * @license GNU General Public License, version 2 (GPL-2.0) |
128 | 128 | * |
129 | 129 | * @param string $step The step (enable, disable, purge) |
130 | - * @param array $notification_types The notification type names |
|
130 | + * @param string[] $notification_types The notification type names |
|
131 | 131 | * |
132 | 132 | * @return string Return notifications as temporary state |
133 | 133 | * @access protected |