Completed
Push — master ( 912c72...dc8d00 )
by Aimeos
08:24
created
lib/mshoplib/setup/default/DemoAddSupplierData.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 		if( $value === '1' )
66 66
 		{
67 67
 			$ds = DIRECTORY_SEPARATOR;
68
-			$path = __DIR__ . $ds . 'data' . $ds . 'demo-supplier.php';
68
+			$path = __DIR__.$ds.'data'.$ds.'demo-supplier.php';
69 69
 
70 70
 			if( ( $data = include( $path ) ) == false ) {
71 71
 				throw new \Aimeos\MShop\Exception( sprintf( 'No file "%1$s" found for supplier domain', $path ) );
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,8 +75,7 @@
 block discarded – undo
75 75
 			$this->saveCustomerItems( $data );
76 76
 
77 77
 			$this->status( 'added' );
78
-		}
79
-		else
78
+		} else
80 79
 		{
81 80
 			$this->status( 'removed' );
82 81
 		}
Please login to merge, or discard this patch.