Passed
Push — master ( 2fdb12...59858d )
by Gaël
18:58 queued 10:12
created
src/OmnipayServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      */
26 26
     public function register()
27 27
     {
28
-        $this->app->singleton(Omnipay::class, function ($app) {
28
+        $this->app->singleton(Omnipay::class, function($app) {
29 29
             $defaults = config('omnipay.defaults', []);
30 30
             return new OmnipayGatewayManager($app, new GatewayFactory, $defaults);
31 31
         });
Please login to merge, or discard this patch.