Completed
Pull Request — master (#13)
by Robbie
02:13
created
code/HTML5Value.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 
9 9
         // Convert any errors to exceptions
10 10
         set_error_handler(
11
-            function ($no, $str) {
11
+            function($no, $str) {
12 12
                 throw new Exception("HTML Parse Error: ".$str);
13 13
             },
14 14
             error_reporting()
Please login to merge, or discard this patch.