Passed
Pull Request — master (#23)
by
unknown
01:56
created
tests/HTML5ValueTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
     {
82 82
         ShortcodeParser::get('default')->register(
83 83
             'test_shortcode',
84
-            function () {
84
+            function() {
85 85
                 return 'bit of test shortcode output';
86 86
             }
87 87
         );
@@ -111,7 +111,7 @@  discard block
 block discarded – undo
111 111
         ShortcodeParser::get('default')->register(
112 112
             'sitetree_link_test',
113 113
             // A mildly stubbed copy from SilverStripe\CMS\Model\SiteTree::link_shortcode_handler
114
-            function ($arguments, $content = null, $parser = null)
114
+            function($arguments, $content = null, $parser = null)
115 115
             {
116 116
                 $link = Convert::raw2att('https://google.com/search?q=unit&test');
117 117
         
Please login to merge, or discard this patch.