Passed
Push — master ( 054f60...db06ef )
by Luke
05:01 queued 02:43
created
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/Platform/Platform.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -23,6 +23,7 @@
 block discarded – undo
23 23
      * Initialiser.
24 24
      *
25 25
      * @param \Symfony\Component\Filesystem\Filesystem $filesystem
26
+     * @return void
26 27
      */
27 28
     public function __construct(Filesystem $filesystem);
28 29
 
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
@@ -31,6 +31,7 @@
 block discarded – undo
31 31
      * @param HttpClient                               $httpClient
32 32
      * @param \ComponentManager\Platform\Platform      $platform
33 33
      * @param \stdClass                                $options
34
+     * @return void
34 35
      */
35 36
     public function __construct(Filesystem $filesystem, HttpClient $httpClient,
36 37
                                 Platform $platform, stdClass $options);
Please login to merge, or discard this patch.