Completed
Push — master ( 9f01c7...156538 )
by Juan Francisco
02:08
created
src/JavascriptTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     {
64 64
         if (preg_match('/^function[\s\(]/', $script)) {
65 65
             $script = preg_replace('/;$/', '', $script);
66
-            $script = '(' . $script . ')';
66
+            $script = '('.$script.')';
67 67
         }
68 68
 
69 69
         return $script;
Please login to merge, or discard this patch.