Completed
Push — master ( 206c33...9e77c2 )
by Oscar
05:44
created
src/Utils/FormTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
         $html = preg_replace_callback(
27 27
             '/(<form\s[^>]*method="?POST"?[^>]*>)/i',
28
-            function ($match) use ($input) {
28
+            function($match) use ($input) {
29 29
                 return $match[0].$input;
30 30
             },
31 31
             $html,
Please login to merge, or discard this patch.