| @@ -17,13 +17,13 @@ | ||
| 17 | 17 | public function is_connected() { |
| 18 | 18 | return $this->connect->is_connected(); |
| 19 | 19 | } |
| 20 | 20 | |
| 21 | - public function is_activated() : bool { | |
| 21 | + public function is_activated(): bool { | |
| 22 | 22 | return $this->connect->is_activated(); |
| 23 | 23 | } |
| 24 | 24 | |
| 25 | - public function is_valid_home_url() : bool { | |
| 25 | + public function is_valid_home_url(): bool { | |
| 26 | 26 | return $this->connect->is_valid_home_url(); |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 29 | public function get_connect_status() { |
| @@ -37,9 +37,9 @@ | ||
| 37 | 37 | public function update_usage_data( $new_usage_data ): void { |
| 38 | 38 | $this->connect->update_usage_data( $new_usage_data ); |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | - public function get_activation_state() : string { | |
| 41 | + public function get_activation_state(): string { | |
| 42 | 42 | return $this->connect->get_activation_state(); |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | 45 | public function get_access_token() { |