Completed
Branch master (62a734)
by Anton
02:06
created
Category
src/PublicAPIClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
     public function __construct(
34 34
         CredentialsInterface $credentials,
35 35
         TransportInterface $transport,
36
-        LoggerInterface $logger= null
36
+        LoggerInterface $logger = null
37 37
     ) {
38 38
         $this->credentials = $credentials;
39 39
         $this->transport = $transport;
Please login to merge, or discard this patch.