@@ -14,8 +14,8 @@ |
||
14 | 14 | use ComponentManager\ComponentVersion; |
15 | 15 | use ComponentManager\HttpClient; |
16 | 16 | use ComponentManager\Platform\Platform; |
17 | -use stdClass; |
|
18 | 17 | use Symfony\Component\Filesystem\Filesystem; |
18 | +use stdClass; |
|
19 | 19 | |
20 | 20 | /** |
21 | 21 | * Package repository interface. |
@@ -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. |
@@ -79,7 +79,7 @@ |
||
79 | 79 | * @return RequestInterface |
80 | 80 | */ |
81 | 81 | public function createRequest($method, $uri, $headers=[], $body=null, |
82 | - $protocolVersion='1.1') { |
|
82 | + $protocolVersion='1.1') { |
|
83 | 83 | return $this->messageFactory->createRequest( |
84 | 84 | $method, $uri, $headers, $body, $protocolVersion); |
85 | 85 | } |