Passed
Push — 2019.10 ( 6cfbc4...462fbe )
by Aimeos
02:38
created
lib/custom/setup/FEUsersAddSiteIdTypo3.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,7 @@
 block discarded – undo
55 55
 			}
56 56
 
57 57
 			$this->status( 'done' );
58
-		}
59
-		else
58
+		} else
60 59
 		{
61 60
 			$this->status( 'OK' );
62 61
 		}
Please login to merge, or discard this patch.
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.