@@ -18,8 +18,8 @@ |
||
| 18 | 18 | use DateTime; |
| 19 | 19 | use OutOfBoundsException; |
| 20 | 20 | use Psr\Log\LoggerInterface; |
| 21 | -use stdClass; |
|
| 22 | 21 | use Symfony\Component\HttpFoundation\Request; |
| 22 | +use stdClass; |
|
| 23 | 23 | |
| 24 | 24 | /** |
| 25 | 25 | * Atlassian Stash project package repository. |
@@ -33,6 +33,7 @@ |
||
| 33 | 33 | * @param HttpClient $httpClient |
| 34 | 34 | * @param Platform $platform |
| 35 | 35 | * @param stdClass $options |
| 36 | + * @return void |
|
| 36 | 37 | */ |
| 37 | 38 | public function __construct(Filesystem $filesystem, HttpClient $httpClient, |
| 38 | 39 | Platform $platform, stdClass $options); |
@@ -16,8 +16,8 @@ |
||
| 16 | 16 | use ComponentManager\Exception\InvalidProjectException; |
| 17 | 17 | use ComponentManager\HttpClient; |
| 18 | 18 | use ComponentManager\Platform\Platform; |
| 19 | -use stdClass; |
|
| 20 | 19 | use Symfony\Component\Filesystem\Filesystem; |
| 20 | +use stdClass; |
|
| 21 | 21 | |
| 22 | 22 | /** |
| 23 | 23 | * Package repository interface. |
@@ -24,6 +24,7 @@ |
||
| 24 | 24 | * Initialiser. |
| 25 | 25 | * |
| 26 | 26 | * @param Filesystem $filesystem |
| 27 | + * @return void |
|
| 27 | 28 | */ |
| 28 | 29 | public function __construct(Filesystem $filesystem); |
| 29 | 30 | |