Passed
Push — master ( 6dd06d...e34d5d )
by Struan
09:43 queued 03:32
created
www/includes/easyparliament/templates/html/section/_section_content.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
             $body = preg_replace('# (S\d[O0WF]-\d+)[, ]#', ' <a href="/spwrans/?spid=$1">$1</a> ', $body);
16 16
             $body = preg_replace_callback(
17 17
                 '#<citation id="uk\.org\.publicwhip/(.*?)/(.*?)">\[(.*?)\]</citation>#',
18
-                function ($matches) {
18
+                function($matches) {
19 19
                     if ($matches[1] == 'spor') {
20 20
                         $href_segment = 'sp/?g';
21 21
                     } elseif ($matches[1] == 'spwa') {
Please login to merge, or discard this patch.