@@ -32,6 +32,8 @@ |
||
| 32 | 32 | * |
| 33 | 33 | * @since 4.0.0 |
| 34 | 34 | * @version 4.0.0 |
| 35 | + * @param string $slug |
|
| 36 | + * @param string $class |
|
| 35 | 37 | */ |
| 36 | 38 | public function add_admin_notice( $slug, $class, $message ) { |
| 37 | 39 | $this->notices[ $slug ] = array( |
@@ -233,7 +233,6 @@ |
||
| 233 | 233 | /** |
| 234 | 234 | * Get a customers saved sources using their Stripe ID. Cached. |
| 235 | 235 | * |
| 236 | - * @param string $customer_id |
|
| 237 | 236 | * @return array |
| 238 | 237 | */ |
| 239 | 238 | public function get_sources() { |
@@ -144,6 +144,8 @@ |
||
| 144 | 144 | * |
| 145 | 145 | * @since 1.0.0 |
| 146 | 146 | * @version 1.0.0 |
| 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( |