Test Failed
Push — master ( f875a7...aad9c2 )
by Luke
22:35
created
lib/ComponentManager/Task/InstallTask.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.
lib/ComponentManager/VersionControl/Git/GitVersionControl.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.