Completed
Push — master ( 4c98df...baa6f5 )
by Peter
01:45
created
src/PtrTn/Battlerite/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         $this->apiClient = $apiClient;
25 25
     }
26 26
 
27
-    public static function create(string $apiKey, ?ClientInterface $httpClient = null): Client
27
+    public static function create(string $apiKey, ?ClientInterface $httpClient = null) : Client
28 28
     {
29 29
         return new Client(
30 30
             new ApiClient(
Please login to merge, or discard this patch.