Completed
Push — master ( 4581e8...6f7464 )
by
unknown
13s
created
code/HTML5Value.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     {
13 13
         // Convert any errors to exceptions
14 14
         set_error_handler(
15
-            function ($no, $str) {
15
+            function($no, $str) {
16 16
                 throw new Exception("HTML Parse Error: ".$str);
17 17
             },
18 18
             error_reporting()
Please login to merge, or discard this patch.