Completed
Push — master ( ac8616...7eae07 )
by Gordon
03:47
created
tests/HtmlTaglineSiteConfigTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
         foreach ($fields as $field) {
13 13
             array_push($names, $field->getName());
14 14
         }
15
-        error_log(print_r($names,1));
15
+        error_log(print_r($names, 1));
16 16
 
17 17
         // Check that TagLine has been replaced by HTMLTagLine
18 18
         $this->assertContains('HTMLTagLine', $names);
Please login to merge, or discard this patch.