@@ -12,7 +12,7 @@ |
||
12 | 12 | |
13 | 13 | use Psr\Http\Message\ResponseInterface; |
14 | 14 | |
15 | -interface ApiClientInterface{ |
|
15 | +interface ApiClientInterface { |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * Implements the Magic API client |
@@ -15,6 +15,6 @@ |
||
15 | 15 | /** |
16 | 16 | * @property string $API_BASE |
17 | 17 | */ |
18 | -interface EndpointMapInterface extends SettingsContainerInterface{ |
|
18 | +interface EndpointMapInterface extends SettingsContainerInterface { |
|
19 | 19 | |
20 | 20 | } |