Completed
Push — master ( 9fc7de...878c9d )
by Julian
01:42
created
src/Console/VersionProvider.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -25,6 +25,11 @@  discard block
 block discarded – undo
25 25
         $this->default = $default;
26 26
     }
27 27
 
28
+    /**
29
+     * @param string $default
30
+     *
31
+     * @return string
32
+     */
28 33
     public static function getVersion($default = null)
29 34
     {
30 35
         $provider = new self($default);
@@ -52,6 +57,9 @@  discard block
 block discarded – undo
52 57
         return $version;
53 58
     }
54 59
 
60
+    /**
61
+     * @param string $package
62
+     */
55 63
     public function getComposerInstalledVersion($package)
56 64
     {
57 65
         if (null === $path = $this->getComposerInstalledJsonPath()) {
Please login to merge, or discard this patch.