Passed
Push — main ( fe64e0...ca3556 )
by smiley
01:55
created
src/MagicAPI/ApiClientInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/MagicAPI/EndpointMapInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,6 +15,6 @@
 block discarded – undo
15 15
 /**
16 16
  * @property string $API_BASE
17 17
  */
18
-interface EndpointMapInterface extends SettingsContainerInterface{
18
+interface EndpointMapInterface extends SettingsContainerInterface {
19 19
 
20 20
 }
Please login to merge, or discard this patch.