@@ -32,8 +32,8 @@ discard block |
||
| 32 | 32 | */ |
| 33 | 33 | public function __construct(OutputInterface $output, Config $config) |
| 34 | 34 | { |
| 35 | - $this->output = $output; |
|
| 36 | - $this->config = $config; |
|
| 35 | + $this->output = $output; |
|
| 36 | + $this->config = $config; |
|
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | /** |
@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | * The list of image Urls. |
| 44 | 44 | */ |
| 45 | 45 | public function getImages() { |
| 46 | - return static::$imageUrls; |
|
| 46 | + return static::$imageUrls; |
|
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | /** |