Passed
Push — master ( 428664...8627db )
by Aimeos
03:06
created
lib/custom/tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 error_reporting( -1 );
12 12
 ini_set( 'display_errors', '1' );
13 13
 
14
-date_default_timezone_set('UTC');
14
+date_default_timezone_set( 'UTC' );
15 15
 
16 16
 
17 17
 /*
Please login to merge, or discard this patch.