@@ -35,6 +35,9 @@ |
||
| 35 | 35 | |
| 36 | 36 | private $createdAt; |
| 37 | 37 | |
| 38 | + /** |
|
| 39 | + * @param RequirementContract $requirement |
|
| 40 | + */ |
|
| 38 | 41 | public function __construct( |
| 39 | 42 | string $type, |
| 40 | 43 | string $id, |
@@ -59,7 +59,7 @@ |
||
| 59 | 59 | * @param string $loggingPath |
| 60 | 60 | * @param string $composerPath |
| 61 | 61 | */ |
| 62 | - public function __construct(Filesystem $files, string $workingPath, string $loggingPath,string $composerPath='/usr/bin/composer') |
|
| 62 | + public function __construct(Filesystem $files, string $workingPath, string $loggingPath, string $composerPath = '/usr/bin/composer') |
|
| 63 | 63 | { |
| 64 | 64 | $this->files = $files; |
| 65 | 65 | $this->workingPath = $workingPath; |