Passed
Push — 2019.10 ( 9cb41d...6cfbc4 )
by Aimeos
02:22
created
lib/custom/tests/bootstrap.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,10 +9,10 @@
 block discarded – undo
9 9
 /*
10 10
  * Set error reporting to maximum
11 11
  */
12
-error_reporting(E_ALL ^ E_DEPRECATED);
12
+error_reporting( E_ALL ^ E_DEPRECATED );
13 13
 ini_set( 'display_errors', '1' );
14 14
 
15
-date_default_timezone_set('UTC');
15
+date_default_timezone_set( 'UTC' );
16 16
 
17 17
 
18 18
 /*
Please login to merge, or discard this patch.