@@ -40,7 +40,7 @@ |
||
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 |
@@ -40,7 +40,7 @@ |
||
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 |