Completed
Push — master ( 9b96e2...70e41f )
by Luke
04:58
created
lib/ComponentManager/ComponentSpecification.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
      *
119 119
      * @param string $property
120 120
      *
121
-     * @return mixed
121
+     * @return string
122 122
      *
123 123
      * @throws \OutOfBoundsException
124 124
      */
Please login to merge, or discard this patch.
lib/ComponentManager/Project/Project.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      * @param \ComponentManager\Project\ProjectLockFile                    $projectLockFile
72 72
      * @param \ComponentManager\PackageRepository\PackageRepositoryFactory $packageRepositoryFactory
73 73
      * @param \ComponentManager\PackageSource\PackageSourceFactory         $packageSourceFactory
74
-     * @param \ComponentManager\PackageSource\PackageFormatFactory         $packageFormatFactory
74
+     * @param PackageFormatFactory         $packageFormatFactory
75 75
      */
76 76
     public function __construct(ProjectFile $projectFile,
77 77
                                 ProjectLockFile $projectLockFile,
Please login to merge, or discard this patch.
lib/ComponentManager/Step/ObtainMoodleSourceStep.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -38,8 +38,6 @@
 block discarded – undo
38 38
     /**
39 39
      * Initialiser.
40 40
      *
41
-     * @param \ComponentManager\MoodleVersion $version
42
-     * @param \Psr\Log\LoggerInterface        $logger
43 41
      * @param string                          $archive
44 42
      * @param string                          $destination
45 43
      */
Please login to merge, or discard this patch.
lib/ComponentManager/PackageRepository/PackageRepository.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -29,6 +29,7 @@
 block discarded – undo
29 29
      * @param \Symfony\Component\Filesystem\Filesystem $filesystem
30 30
      * @param \ComponentManager\Platform\Platform      $platform
31 31
      * @param \stdClass                                $options
32
+     * @return void
32 33
      */
33 34
     public function __construct(Filesystem $filesystem, Platform $platform,
34 35
                                 stdClass $options);
Please login to merge, or discard this patch.
lib/ComponentManager/Platform/Platform.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -29,6 +29,7 @@
 block discarded – undo
29 29
      * @param \Symfony\Component\Filesystem\Filesystem $filesystem
30 30
      * @param \ComponentManager\Platform\Platform      $platform
31 31
      * @param \stdClass                                $options
32
+     * @return void
32 33
      */
33 34
     public function __construct(Filesystem $filesystem, Platform $platform,
34 35
                                 stdClass $options);
Please login to merge, or discard this patch.