@@ -23,8 +23,8 @@ |
||
23 | 23 | { |
24 | 24 | $this->app->bind(HttpClientInterface::class, FileGetContentsHttpClient::class); |
25 | 25 | |
26 | - $this->app->bind(MessageValidator::class, function (Application $app) { |
|
27 | - return new MessageValidator(function (string $url) use ($app) { |
|
26 | + $this->app->bind(MessageValidator::class, function(Application $app) { |
|
27 | + return new MessageValidator(function(string $url) use ($app) { |
|
28 | 28 | /** @var HttpClientInterface $httpClient */ |
29 | 29 | $httpClient = $app->make(HttpClientInterface::class); |
30 | 30 |