Passed
Push — scrutinizer ( 30af4f...f358b5 )
by Luke
02:35
created
lib/ComponentManager/PackageRepository/PackageRepository.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -33,6 +33,7 @@
 block discarded – undo
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);
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
@@ -24,6 +24,7 @@
 block discarded – undo
24 24
      * Initialiser.
25 25
      *
26 26
      * @param Filesystem $filesystem
27
+     * @return void
27 28
      */
28 29
     public function __construct(Filesystem $filesystem);
29 30
 
Please login to merge, or discard this patch.