@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | $repositories = $configManager->getRepositories($repositoryId); |
66 | 66 | |
67 | 67 | Response::make($repositories) |
68 | - ->send(); |
|
68 | + ->send(); |
|
69 | 69 | } catch(RepositoryNotFoundException $e) { |
70 | 70 | Response::json() |
71 | 71 | ->setStatusCode(404) |
@@ -117,5 +117,5 @@ discard block |
||
117 | 117 | ->setStatusCode(500) |
118 | 118 | ->send(); |
119 | 119 | } |
120 | - } |
|
120 | + } |
|
121 | 121 | } |
@@ -19,7 +19,7 @@ |
||
19 | 19 | return '&> ' . escapeshellarg($logFile); |
20 | 20 | } |
21 | 21 | |
22 | - /** |
|
22 | + /** |
|
23 | 23 | * @return string |
24 | 24 | */ |
25 | 25 | public function getShouldUnlockOnCompletion() { |
@@ -19,7 +19,7 @@ |
||
19 | 19 | return '&> ' . escapeshellarg($logFile); |
20 | 20 | } |
21 | 21 | |
22 | - /** |
|
22 | + /** |
|
23 | 23 | * @return string |
24 | 24 | */ |
25 | 25 | public function getShouldUnlockOnCompletion() { |
@@ -19,7 +19,7 @@ |
||
19 | 19 | return '&> ' . escapeshellarg($logFile); |
20 | 20 | } |
21 | 21 | |
22 | - /** |
|
22 | + /** |
|
23 | 23 | * @return string |
24 | 24 | */ |
25 | 25 | public function getShouldUnlockOnCompletion() { |
@@ -9,14 +9,14 @@ |
||
9 | 9 | * @author Lukas Homza <[email protected]> |
10 | 10 | */ |
11 | 11 | class PrivateRepository extends BuildContext { |
12 | - /** |
|
12 | + /** |
|
13 | 13 | * @return int |
14 | 14 | */ |
15 | 15 | public function getType() { |
16 | 16 | return ConfigBuilder::PRIVATE_REPOSITORY; |
17 | 17 | } |
18 | 18 | |
19 | - /** |
|
19 | + /** |
|
20 | 20 | * @return string |
21 | 21 | */ |
22 | 22 | public function getConfigFile() { |
@@ -9,14 +9,14 @@ |
||
9 | 9 | * @author Lukas Homza <[email protected]> |
10 | 10 | */ |
11 | 11 | class PrivateRepository extends BuildContext { |
12 | - /** |
|
12 | + /** |
|
13 | 13 | * @return int |
14 | 14 | */ |
15 | 15 | public function getType() { |
16 | 16 | return ConfigBuilder::PRIVATE_REPOSITORY; |
17 | 17 | } |
18 | 18 | |
19 | - /** |
|
19 | + /** |
|
20 | 20 | * @return string |
21 | 21 | */ |
22 | 22 | public function getConfigFile() { |
@@ -9,14 +9,14 @@ |
||
9 | 9 | * @author Lukas Homza <[email protected]> |
10 | 10 | */ |
11 | 11 | class PrivateRepository extends BuildContext { |
12 | - /** |
|
12 | + /** |
|
13 | 13 | * @return int |
14 | 14 | */ |
15 | 15 | public function getType() { |
16 | 16 | return ConfigBuilder::PRIVATE_REPOSITORY; |
17 | 17 | } |
18 | 18 | |
19 | - /** |
|
19 | + /** |
|
20 | 20 | * @return string |
21 | 21 | */ |
22 | 22 | public function getConfigFile() { |