Completed
Push — master ( 97b490...fb1de0 )
by Aimeos
06:27 queued 01:51
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/src/MShop/Customer/Manager/Group/Typo3.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@
 block discarded – undo
295 295
 				$stmt->bind( $idx++, $id, \Aimeos\MW\DB\Statement\Base::PARAM_INT );
296 296
 				$item->setId( $id );
297 297
 			} else {
298
-				$stmt->bind( $idx++, time(), \Aimeos\MW\DB\Statement\Base::PARAM_INT  ); // ctime
298
+				$stmt->bind( $idx++, time(), \Aimeos\MW\DB\Statement\Base::PARAM_INT ); // ctime
299 299
 			}
300 300
 
301 301
 			$stmt->execute()->finish();
Please login to merge, or discard this patch.