@@ -8,7 +8,7 @@ discard block |
||
| 8 | 8 | use Psr\Log\LoggerAwareInterface; |
| 9 | 9 | use Psr\Log\LoggerAwareTrait; |
| 10 | 10 | |
| 11 | -class Deploy implements LoggerAwareInterface{ |
|
| 11 | +class Deploy implements LoggerAwareInterface { |
|
| 12 | 12 | |
| 13 | 13 | use LoggerAwareTrait; |
| 14 | 14 | |
@@ -53,7 +53,7 @@ discard block |
||
| 53 | 53 | $this->directory = realpath($directory).DIRECTORY_SEPARATOR; |
| 54 | 54 | |
| 55 | 55 | // LoggerInterface |
| 56 | - if(!$logger instanceof LoggerInterface) |
|
| 56 | + if (!$logger instanceof LoggerInterface) |
|
| 57 | 57 | { |
| 58 | 58 | $logger = new Logger('Deployment'); |
| 59 | 59 | } |