Passed
Push — master ( 3a497b...2987bb )
by Matthew
04:39
created
www/docs/glossary/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     $URL->update(["gl" => $GLOSSARY->next_term['glossary_id']]);
71 71
     $next_link = $URL->generate('url');
72 72
 
73
-    $nextprev =  [
73
+    $nextprev = [
74 74
         'next'	=>  [
75 75
             'url'	=> $next_link,
76 76
             'title'	=> 'Next term',
Please login to merge, or discard this patch.
www/docs/api/api_getComments.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 }
25 25
 
26 26
 function api_getComments_start_date($start_date) {
27
-    $args =  [
27
+    $args = [
28 28
         'start_date' => $start_date,
29 29
         'end_date' => get_http_var('end_date'),
30 30
     ];
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
 }
34 34
 
35 35
 function api_getComments_search($s) {
36
-    $args =  [
36
+    $args = [
37 37
         's' => $s,
38 38
         'p' => get_http_var('page'),
39 39
         'num' => get_http_var('num'),
Please login to merge, or discard this patch.
www/docs/api/api_functions.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -354,8 +354,8 @@
 block discarded – undo
354 354
         $out = "null";
355 355
     } elseif (is_string($v)) {
356 356
         $out = '"' . str_replace(
357
-            ["\\",'"',"\n","\t","\r", "‶", "″", "“", "”"],
358
-            ["\\\\",'\"','\n','\t','\r', '\"', '\"', '\"', '\"'],
357
+            ["\\", '"', "\n", "\t", "\r", "‶", "″", "“", "”"],
358
+            ["\\\\", '\"', '\n', '\t', '\r', '\"', '\"', '\"', '\"'],
359 359
             $v
360 360
         ) . '"';
361 361
     } elseif (is_bool($v)) {
Please login to merge, or discard this patch.
www/docs/api/api_getAlerts.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 function api_getAlerts_start_date($start_date) {
4
-    $args =  ['start_date' => $start_date, 'end_date' => get_http_var('end_date')];
4
+    $args = ['start_date' => $start_date, 'end_date' => get_http_var('end_date')];
5 5
     $alert = new ALERT();
6 6
     $data = $alert->fetch_between($confirmed = 1, $deleted = 0, $args['start_date'], $args['end_date']);
7 7
     api_output($data);
Please login to merge, or discard this patch.
www/docs/api/api_getGeometry.php 1 patch
Spacing   +36 added lines, -36 removed lines patch added patch discarded remove patch
@@ -88,58 +88,58 @@
 block discarded – undo
88 88
 function _api_ni_centroids() {
89 89
     return [
90 90
         # East Londonderry
91
-        66129 => ['centre_lat' => 54.980766, 'centre_lon' => -6.904907 ],
92
-        14276 => ['centre_lat' => 54.980766, 'centre_lon' => -6.904907 ],
91
+        66129 => ['centre_lat' => 54.980766, 'centre_lon' => -6.904907],
92
+        14276 => ['centre_lat' => 54.980766, 'centre_lon' => -6.904907],
93 93
         # Foyle
94
-        66131 => ['centre_lat' => 54.933453, 'centre_lon' => -7.267456 ],
95
-        14273 => ['centre_lat' => 54.933453, 'centre_lon' => -7.267456 ],
94
+        66131 => ['centre_lat' => 54.933453, 'centre_lon' => -7.267456],
95
+        14273 => ['centre_lat' => 54.933453, 'centre_lon' => -7.267456],
96 96
         # West Tyrone
97
-        66141 => ['centre_lat' => 54.619797, 'centre_lon' => -7.410278 ],
98
-        14292 => ['centre_lat' => 54.619797, 'centre_lon' => -7.410278 ],
97
+        66141 => ['centre_lat' => 54.619797, 'centre_lon' => -7.410278],
98
+        14292 => ['centre_lat' => 54.619797, 'centre_lon' => -7.410278],
99 99
         # Fermanagh &amp; South Tyrone
100
-        14296 => ['centre_lat' => 54.354958, 'centre_lon' => -7.443237 ],
101
-        66130 => ['centre_lat' => 54.354958, 'centre_lon' => -7.443237 ],
100
+        14296 => ['centre_lat' => 54.354958, 'centre_lon' => -7.443237],
101
+        66130 => ['centre_lat' => 54.354958, 'centre_lon' => -7.443237],
102 102
         # Newry &amp; Armagh
103
-        14303 => ['centre_lat' => 54.297295, 'centre_lon' => -6.613770 ],
104
-        66134 => ['centre_lat' => 54.297295, 'centre_lon' => -6.613770 ],
103
+        14303 => ['centre_lat' => 54.297295, 'centre_lon' => -6.613770],
104
+        66134 => ['centre_lat' => 54.297295, 'centre_lon' => -6.613770],
105 105
         # Upper Bann
106
-        14300 => ['centre_lat' => 54.399750, 'centre_lon' => -6.350098 ],
107
-        66140 => ['centre_lat' => 54.399750, 'centre_lon' => -6.350098 ],
106
+        14300 => ['centre_lat' => 54.399750, 'centre_lon' => -6.350098],
107
+        66140 => ['centre_lat' => 54.399750, 'centre_lon' => -6.350098],
108 108
         # South Down
109
-        14306 => ['centre_lat' => 54.213860, 'centre_lon' => -6.152344 ],
110
-        66138 => ['centre_lat' => 54.213860, 'centre_lon' => -6.152344 ],
109
+        14306 => ['centre_lat' => 54.213860, 'centre_lon' => -6.152344],
110
+        66138 => ['centre_lat' => 54.213860, 'centre_lon' => -6.152344],
111 111
         # Lagan Valley
112
-        14309 => ['centre_lat' => 54.441296, 'centre_lon' => -6.108398 ],
113
-        66132 => ['centre_lat' => 54.441296, 'centre_lon' => -6.108398 ],
112
+        14309 => ['centre_lat' => 54.441296, 'centre_lon' => -6.108398],
113
+        66132 => ['centre_lat' => 54.441296, 'centre_lon' => -6.108398],
114 114
         # Strangford
115
-        14312 => ['centre_lat' => 54.514706, 'centre_lon' => -5.751343 ],
116
-        66139 => ['centre_lat' => 54.514706, 'centre_lon' => -5.751343 ],
115
+        14312 => ['centre_lat' => 54.514706, 'centre_lon' => -5.751343],
116
+        66139 => ['centre_lat' => 54.514706, 'centre_lon' => -5.751343],
117 117
         # North Down
118
-        14325 => ['centre_lat' => 54.651592, 'centre_lon' => -5.718384 ],
119
-        66136 => ['centre_lat' => 54.651592, 'centre_lon' => -5.718384 ],
118
+        14325 => ['centre_lat' => 54.651592, 'centre_lon' => -5.718384],
119
+        66136 => ['centre_lat' => 54.651592, 'centre_lon' => -5.718384],
120 120
         # South Antrim
121
-        14318 => ['centre_lat' => 54.699234, 'centre_lon' => -6.102905 ],
122
-        66137 => ['centre_lat' => 54.699234, 'centre_lon' => -6.102905 ],
121
+        14318 => ['centre_lat' => 54.699234, 'centre_lon' => -6.102905],
122
+        66137 => ['centre_lat' => 54.699234, 'centre_lon' => -6.102905],
123 123
         # East Antrim
124
-        66128 => ['centre_lat' => 54.832336, 'centre_lon' => -5.883179 ],
125
-        14284 => ['centre_lat' => 54.832336, 'centre_lon' => -5.883179 ],
124
+        66128 => ['centre_lat' => 54.832336, 'centre_lon' => -5.883179],
125
+        14284 => ['centre_lat' => 54.832336, 'centre_lon' => -5.883179],
126 126
         # North Antrim
127
-        66135 => ['centre_lat' => 54.993374, 'centre_lon' => -6.328125 ],
128
-        14280 => ['centre_lat' => 54.993374, 'centre_lon' => -6.328125 ],
127
+        66135 => ['centre_lat' => 54.993374, 'centre_lon' => -6.328125],
128
+        14280 => ['centre_lat' => 54.993374, 'centre_lon' => -6.328125],
129 129
         # Mid Ulster
130
-        66133 => ['centre_lat' => 54.721447, 'centre_lon' => -6.795044 ],
131
-        14288 => ['centre_lat' => 54.721447, 'centre_lon' => -6.795044 ],
130
+        66133 => ['centre_lat' => 54.721447, 'centre_lon' => -6.795044],
131
+        14288 => ['centre_lat' => 54.721447, 'centre_lon' => -6.795044],
132 132
         # Belfast North
133
-        14321 => ['centre_lat' => 54.618607, 'centre_lon' => -5.917511 ],
134
-        66125 => ['centre_lat' => 54.618607, 'centre_lon' => -5.917511 ],
133
+        14321 => ['centre_lat' => 54.618607, 'centre_lon' => -5.917511],
134
+        66125 => ['centre_lat' => 54.618607, 'centre_lon' => -5.917511],
135 135
         # Belfast East
136
-        14329 => ['centre_lat' => 54.598324, 'centre_lon' => -5.892792 ],
137
-        66124 => ['centre_lat' => 54.598324, 'centre_lon' => -5.892792 ],
136
+        14329 => ['centre_lat' => 54.598324, 'centre_lon' => -5.892792],
137
+        66124 => ['centre_lat' => 54.598324, 'centre_lon' => -5.892792],
138 138
         # Belfast South
139
-        14331 => ['centre_lat' => 54.582409, 'centre_lon' => -5.925064 ],
140
-        66126 => ['centre_lat' => 54.582409, 'centre_lon' => -5.925064 ],
139
+        14331 => ['centre_lat' => 54.582409, 'centre_lon' => -5.925064],
140
+        66126 => ['centre_lat' => 54.582409, 'centre_lon' => -5.925064],
141 141
         # Belfast West
142
-        14315 => ['centre_lat' => 54.606277, 'centre_lon' => -5.956650 ],
143
-        66127 => ['centre_lat' => 54.606277, 'centre_lon' => -5.956650 ],
142
+        14315 => ['centre_lat' => 54.606277, 'centre_lon' => -5.956650],
143
+        66127 => ['centre_lat' => 54.606277, 'centre_lon' => -5.956650],
144 144
     ];
145 145
 }
Please login to merge, or discard this patch.
www/docs/api/api_getHansard.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 }
42 42
 
43 43
 function _api_getHansard_date($type, $d) {
44
-    $args =  ['date' => $d];
44
+    $args = ['date' => $d];
45 45
     $LIST = _api_getListObject($type);
46 46
     $LIST->display('date', $args, 'api');
47 47
 }
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
     }
94 94
     #    $query_desc_short = $SEARCHENGINE->query_description_short();
95 95
     $pagenum = get_http_var('page');
96
-    $args =  [
96
+    $args = [
97 97
         's' => $search,
98 98
         'p' => $pagenum,
99 99
         'num' => get_http_var('num'),
Please login to merge, or discard this patch.
www/docs/search/rss/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 
52 52
     $DATA->set_page_metadata($this_page, 'title', $pagetitle);
53 53
 
54
-    $args =  [
54
+    $args = [
55 55
         's' => $searchstring,
56 56
         'p' => $pagenum,
57 57
         'pop' => 1,
Please login to merge, or discard this patch.
www/includes/test/utility_test.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 class UtilityTest extends UnitTestCase {
14 14
     public function testVerpEnvelopeSenderCanCreateStandardSender() {
15 15
         $sender = twfy_verp_envelope_sender('[email protected]');
16
-        $expected_sender = 'twfy+aperson=a.nother.dom@' + EMAILDOMAIN;
16
+        $expected_sender = 'twfy+aperson=a.nother.dom@' +EMAILDOMAIN;
17 17
         $this->assertEqual($sender, $expected_sender, 'verp_envelope_sender can create a sender for a standard address');
18 18
     }
19 19
 
Please login to merge, or discard this patch.
www/includes/easyparliament/page.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
                 $THISPAGE = new \MySociety\TheyWorkForYou\Url($this_page);
52 52
 
53 53
                 $LOGINURL = new \MySociety\TheyWorkForYou\Url('userlogin');
54
-                $LOGINURL->insert(['ret' => $THISPAGE->generate('none') ]);
54
+                $LOGINURL->insert(['ret' => $THISPAGE->generate('none')]);
55 55
 
56 56
                 $text = "<a href=\"" . $LOGINURL->generate() . '">' . gettext('You’d better sign in!') . '</a>';
57 57
             } else {
@@ -391,7 +391,7 @@  discard block
 block discarded – undo
391 391
         if (is_string($message)) {
392 392
             // Sometimes we're just sending a single line to this function
393 393
             // rather like the bigger array...
394
-            $message =  [
394
+            $message = [
395 395
                 'text' => $message,
396 396
             ];
397 397
         }
@@ -405,7 +405,7 @@  discard block
 block discarded – undo
405 405
             if (!isset($page_errors)) {
406 406
                 $page_errors = [];
407 407
             }
408
-            $page_errors[]  = $message;
408
+            $page_errors[] = $message;
409 409
         }
410 410
 
411 411
         if ($fatal) {
@@ -811,7 +811,7 @@  discard block
 block discarded – undo
811 811
     public function glossary_atoz(&$GLOSSARY) {
812 812
         // Print out a nice list of lettered links to glossary pages
813 813
 
814
-        $letters =  [];
814
+        $letters = [];
815 815
 
816 816
         foreach ($GLOSSARY->alphabet as $letter => $eps) {
817 817
             // if we're writing out the current letter (list or item)
@@ -1109,7 +1109,7 @@  discard block
 block discarded – undo
1109 1109
 
1110 1110
                 $body = trim_characters($report['body'], 0, 40);
1111 1111
 
1112
-                $tabledata['rows'][] =  [
1112
+                $tabledata['rows'][] = [
1113 1113
                     _htmlentities($report['firstname'] . ' ' . $report['lastname']),
1114 1114
                     _htmlentities($body),
1115 1115
                     $report['reported'],
@@ -1191,11 +1191,11 @@  discard block
 block discarded – undo
1191 1191
         // Returns HTML suitable for putting in the sidebar on Admin pages.
1192 1192
         global $this_page, $DATA;
1193 1193
 
1194
-        $pages =  ['admin_home',
1194
+        $pages = ['admin_home',
1195 1195
             'admin_comments', 'admin_searchlogs', 'admin_popularsearches', 'admin_failedsearches',
1196 1196
             'alert_stats', 'admin_statistics', 'admin_reportstats',
1197 1197
             'admin_commentreports', 'admin_glossary', 'admin_glossary_pending', 'admin_badusers',
1198
-            'admin_profile_message', 'admin_photos', 'admin_mpurls', 'admin_policies', 'admin_banner', 'admin_announcement','admin_featured', 'admin_topics',
1198
+            'admin_profile_message', 'admin_photos', 'admin_mpurls', 'admin_policies', 'admin_banner', 'admin_announcement', 'admin_featured', 'admin_topics',
1199 1199
             'admin_wikipedia',
1200 1200
         ];
1201 1201
 
Please login to merge, or discard this patch.