Completed
Push — master ( 6f7464...2ea6e5 )
by Robbie
11s
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.
tests/HTML5ValueTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     {
81 81
         ShortcodeParser::get('default')->register(
82 82
             'test_shortcode',
83
-            function () {
83
+            function() {
84 84
                 return 'bit of test shortcode output';
85 85
             }
86 86
         );
Please login to merge, or discard this patch.