Passed
Pull Request — master (#5)
by Hugo
04:16 queued 01:12
created
src/Providers/SnsMiddlewareServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
     {
23 23
         $this->app->bind(HttpClientInterface::class, FileGetContentsHttpClient::class);
24 24
 
25
-        $this->app->bind(MessageValidator::class, function ($app) {
26
-            return new MessageValidator(function (string $url) use ($app) {
25
+        $this->app->bind(MessageValidator::class, function($app) {
26
+            return new MessageValidator(function(string $url) use ($app) {
27 27
                 /** @var HttpClientInterface $httpClient */
28 28
                 $httpClient = $app->make(HttpClientInterface::class);
29 29
 
Please login to merge, or discard this patch.