@@ -144,6 +144,8 @@ discard block |
||
| 144 | 144 | |
| 145 | 145 | /** |
| 146 | 146 | * Allow this class and other classes to add slug keyed notices (to avoid duplication) |
| 147 | + * @param string $slug |
|
| 148 | + * @param string $class |
|
| 147 | 149 | */ |
| 148 | 150 | public function add_admin_notice( $slug, $class, $message ) { |
| 149 | 151 | $this->notices[ $slug ] = array( |
@@ -397,7 +399,7 @@ discard block |
||
| 397 | 399 | /** |
| 398 | 400 | * List of currencies supported by Stripe that has no decimals. |
| 399 | 401 | * |
| 400 | - * @return array $currencies |
|
| 402 | + * @return string[] $currencies |
|
| 401 | 403 | */ |
| 402 | 404 | public static function no_decimal_currencies() { |
| 403 | 405 | return array( |