Passed
Push — master ( ef9411...29f0df )
by Iman
03:02
created
src/Hooks/ViewHooks.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     private function normalizeView(array $views): array
32 32
     {
33 33
         $views = $this->normalizeInput($views);
34
-        $mapper = function ($view) {
34
+        $mapper = function($view) {
35 35
             $this->checkViewExists($view);
36 36
             return 'creating: '.\Illuminate\View\ViewName::normalize($view);
37 37
         };
Please login to merge, or discard this patch.