@@ -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); |
@@ -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 |
@@ -38,7 +38,7 @@ |
||
38 | 38 | * @param Platform $platform |
39 | 39 | * @param Filesystem $filesystem |
40 | 40 | * @param Moodle $moodle |
41 | - * @param integer|null $timeouts |
|
41 | + * @param integer|null $timeout |
|
42 | 42 | * @param integer $attempts |
43 | 43 | */ |
44 | 44 | public function __construct(Project $project, Platform $platform, |
@@ -58,7 +58,7 @@ |
||
58 | 58 | * |
59 | 59 | * @param string $gitExecutable |
60 | 60 | * @param string $directory |
61 | - * @param integer|null $timeout |
|
61 | + * @param integer $timeout |
|
62 | 62 | */ |
63 | 63 | public function __construct($gitExecutable, $directory, $timeout=60) { |
64 | 64 | $this->gitExecutable = $gitExecutable; |