@@ -29,6 +29,7 @@ |
||
| 29 | 29 | * @param \Symfony\Component\Filesystem\Filesystem $filesystem |
| 30 | 30 | * @param \ComponentManager\Platform\Platform $platform |
| 31 | 31 | * @param \stdClass $options |
| 32 | + * @return void |
|
| 32 | 33 | */ |
| 33 | 34 | public function __construct(Filesystem $filesystem, Platform $platform, |
| 34 | 35 | stdClass $options); |
@@ -53,7 +53,7 @@ |
||
| 53 | 53 | * @param string|null $tagName |
| 54 | 54 | * @param string|null $appId |
| 55 | 55 | */ |
| 56 | - public function __construct($tagName=null, $appId=null) { |
|
| 56 | + public function __construct($tagName = null, $appId = null) { |
|
| 57 | 57 | $this->tagName = ($tagName === null) ? 'console.command' : $tagName; |
| 58 | 58 | $this->appId = ($appId === null) ? 'console.application' : $appId; |
| 59 | 59 | } |