@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | * Whether the gateway and Payment Request Button (prerequisites for Apple Pay) are enabled. |
70 | 70 | * |
71 | 71 | * @since 4.5.4 |
72 | - * @return string Secret key. |
|
72 | + * @return boolean Secret key. |
|
73 | 73 | */ |
74 | 74 | private function is_enabled() { |
75 | 75 | $stripe_enabled = 'yes' === $this->get_option( 'enabled', 'no' ); |
@@ -102,7 +102,7 @@ discard block |
||
102 | 102 | * Add to the list of publicly allowed query variables. |
103 | 103 | * |
104 | 104 | * @param array $query_vars - provided public query vars. |
105 | - * @return array Updated public query vars. |
|
105 | + * @return string[] Updated public query vars. |
|
106 | 106 | */ |
107 | 107 | public function whitelist_domain_association_query_param( $query_vars ) { |
108 | 108 | $query_vars[] = 'apple-developer-merchantid-domain-association'; |