@@ -28,7 +28,7 @@ |
||
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 |
@@ -9,7 +9,7 @@ |
||
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 | } |