Passed
Push — 2018.10 ( 27b425...540ebf )
by Aimeos
02:32
created
lib/custom/setup/unittest/TablesAddTypo3TestData.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@
 block discarded – undo
42 42
 	 */
43 43
 	public function migrate()
44 44
 	{
45
-		$this->msg('Setting up Aimeos TYPO3 test tables', 0);
46
-		$this->status('');
45
+		$this->msg( 'Setting up Aimeos TYPO3 test tables', 0 );
46
+		$this->status( '' );
47 47
 
48 48
 		$filename = __DIR__ . DIRECTORY_SEPARATOR . 'data' . DIRECTORY_SEPARATOR . 'mysql.sql';
49 49
 
Please login to merge, or discard this patch.