Completed
Pull Request — master (#625)
by Alexei
02:45
created
src/SelfUpdateCommand.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -24,6 +24,11 @@
 block discarded – undo
24 24
 
25 25
     protected $applicationName;
26 26
 
27
+    /**
28
+     * @param string $applicationName
29
+     * @param string $currentVersion
30
+     * @param string $gitHubRepository
31
+     */
27 32
     public function __construct($applicationName = null, $currentVersion = null, $gitHubRepository = null)
28 33
     {
29 34
         parent::__construct(self::SELF_UPDATE_COMMAND_NAME);
Please login to merge, or discard this patch.