Completed
Push — master ( 0dbf21...8a6834 )
by Iulian
02:39
created
Twig/MixExtension.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -72,12 +72,12 @@
 block discarded – undo
72 72
     {
73 73
         static $manifest;
74 74
 
75
-        if (! $manifest) {
75
+        if (!$manifest) {
76 76
             $manifestPath = $this->webDir.'/manifest.json';
77 77
 
78
-            if (! file_exists($manifestPath)) {
78
+            if (!file_exists($manifestPath)) {
79 79
                 throw new \Exception(
80
-                    'The Laravel Mix manifest file does not exist. ' .
80
+                    'The Laravel Mix manifest file does not exist. '.
81 81
                     'Please run "npm run webpack" and try again.'
82 82
                 );
83 83
             }
Please login to merge, or discard this patch.