Passed
Push — master ( af918b...8be056 )
by Mauro
01:36
created
src/Command/DestroySchemaCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 
41 41
     protected function execute(InputInterface $input, OutputInterface $output)
42 42
     {
43
-        if($this->driver !== 'pdo'){
43
+        if ($this->driver !== 'pdo') {
44 44
             throw new \Exception('This command is avaliable only with PDO driver');
45 45
         }
46 46
 
Please login to merge, or discard this patch.
src/Command/CreateSchemaCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 
41 41
     protected function execute(InputInterface $input, OutputInterface $output)
42 42
     {
43
-        if($this->driver !== 'pdo'){
43
+        if ($this->driver !== 'pdo') {
44 44
             throw new \Exception('This command is avaliable only with PDO driver');
45 45
         }
46 46
 
Please login to merge, or discard this patch.