| @@ -15,10 +15,10 @@ | ||
| 15 | 15 | { |
| 16 | 16 | /** |
| 17 | 17 | * Get the Integration name (slug). |
| 18 | 18 | */ |
| 19 | - public function get_name() : string; | |
| 19 | + public function get_name(): string; | |
| 20 | 20 | /** |
| 21 | 21 | * Check if the Integration is enabled. |
| 22 | 22 | */ |
| 23 | - public function is_enabled() : bool; | |
| 23 | + public function is_enabled(): bool; | |
| 24 | 24 | } |