Passed
Push — errorviewer ( bb5419...defbed )
by Simon
40:12 queued 30:10
created
includes/API/Actions/CountAction.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -115,14 +115,14 @@
 block discarded – undo
115 115
         // Each entry is in the form [ database string, attribute name ]
116 116
         // and it happens to be that the attribute is just the lower case form of the database value
117 117
         $actions = [
118
-            [ 'Suspended', 'suspended' ],
119
-            [ 'Promoted', 'promoted' ],
120
-            [ 'Approved', 'approved' ],
121
-            [ 'Demoted', 'demoted' ],
122
-            [ 'Declined', 'declined' ],
123
-            [ 'Renamed', 'renamed' ],
124
-            [ 'Edited', 'edited' ],
125
-            [ 'Prefchange', 'prefchange' ],
118
+            ['Suspended', 'suspended'],
119
+            ['Promoted', 'promoted'],
120
+            ['Approved', 'approved'],
121
+            ['Demoted', 'demoted'],
122
+            ['Declined', 'declined'],
123
+            ['Renamed', 'renamed'],
124
+            ['Edited', 'edited'],
125
+            ['Prefchange', 'prefchange'],
126 126
         ];
127 127
         foreach ($actions as $action) {
128 128
             $dbValue = $action[0];
Please login to merge, or discard this patch.