Passed
Push — master ( bbde0f...25c35d )
by John
11:29
created
tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 // What are you doing here, SMF?
11 11
 define('SMF', 1);
12 12
 
13
-$user_info = ['is_admin' => true ,'groups' => []];
13
+$user_info = ['is_admin' => true, 'groups' => []];
14 14
 
15 15
 $smcFunc['db_query'] = function($name, $query, $args)
16 16
 {
Please login to merge, or discard this patch.