Completed
Push — master ( 5b8b4e...9f490d )
by Iman
07:14
created
src/Situations/ViewSituations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     {
29 29
         $views = $this->normalizeInput($views);
30 30
 
31
-        array_walk($views, function ($view) {
31
+        array_walk($views, function($view) {
32 32
             $this->checkViewExists($view);
33 33
         });
34 34
 
Please login to merge, or discard this patch.
src/Otherwise.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     public function otherwise(): Reactions
10 10
     {
11 11
         $callSite = debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT, 1)[0];
12
-        app(Chain::class)->debugInfo = array_only($callSite, ['line', 'file',]);
12
+        app(Chain::class)->debugInfo = array_only($callSite, ['line', 'file', ]);
13 13
         return app(Reactions::class);
14 14
     }
15 15
 }
Please login to merge, or discard this patch.