Completed
Pull Request — master (#615)
by
unknown
02:42
created
src/SelfUpdateCommand.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -29,6 +29,10 @@
 block discarded – undo
29 29
 
30 30
     protected $currentVersion;
31 31
 
32
+    /**
33
+     * @param string $name
34
+     * @param string $gitHubRepository
35
+     */
32 36
     public function __construct($name = null, $currentVersion = null, $gitHubRepository = null)
33 37
     {
34 38
         parent::__construct($name);
Please login to merge, or discard this patch.