Passed
Push — 2.x ( d066e3...5a086a )
by Quentin
11:25 queued 13s
created
src/CapsulesServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 
42 42
     public function registerCapsules()
43 43
     {
44
-        $this->manager->getCapsuleList()->map(function ($capsule) {
44
+        $this->manager->getCapsuleList()->map(function($capsule) {
45 45
             $this->registerCapsule($capsule);
46 46
         });
47 47
     }
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     public function registerViewPaths()
55 55
     {
56 56
         if (file_exists(config('twill.capsules.path'))) {
57
-            $callback = function ($view) {
57
+            $callback = function($view) {
58 58
                 $view->addLocation(config('twill.capsules.path'));
59 59
             };
60 60
 
Please login to merge, or discard this patch.