Passed
Push — master ( 423f43...4f0d40 )
by Mike
04:17
created
config/config_default.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 $dsn = sprintf(
18 18
     '%s:host=%s;port=%d;dbname=%s;user=%s;password=%s',
19 19
     $config[DatabaseConfig::PROPEL_CONF_ADAPTER],
20
-    $config[DatabaseConfig::PROPEL_CONF_HOST] ,
20
+    $config[DatabaseConfig::PROPEL_CONF_HOST],
21 21
     $config[DatabaseConfig::PROPEL_CONF_PORT],
22 22
     $config[DatabaseConfig::PROPEL_CONF_DBNAME],
23 23
     $config[DatabaseConfig::PROPEL_CONF_USER],
Please login to merge, or discard this patch.
src/Xervice/Database/Command/MigrateCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     protected function configure()
16 16
     {
17 17
         $this->setName('propel:migrate')
18
-             ->setDescription('Migrate propel');
18
+                ->setDescription('Migrate propel');
19 19
     }
20 20
 
21 21
     /**
Please login to merge, or discard this patch.
src/Xervice/Database/Command/ConfigGenerateCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     protected function configure()
15 15
     {
16 16
         $this->setName('propel:config:generate')
17
-             ->setDescription('Generate propel config files from project config');
17
+                ->setDescription('Generate propel config files from project config');
18 18
     }
19 19
 
20 20
     /**
Please login to merge, or discard this patch.
src/Xervice/Database/Command/ModelBuildCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     protected function configure()
16 16
     {
17 17
         $this->setName('propel:model:build')
18
-             ->setDescription('Generate propel models');
18
+                ->setDescription('Generate propel models');
19 19
     }
20 20
 
21 21
     /**
Please login to merge, or discard this patch.