Completed
Push — master ( 9d2738...7bcdef )
by Greg
03:04
created
src/SelfUpdateCommand.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -22,6 +22,11 @@
 block discarded – undo
22 22
 
23 23
     protected $applicationName;
24 24
 
25
+    /**
26
+     * @param string $applicationName
27
+     * @param string $currentVersion
28
+     * @param string $gitHubRepository
29
+     */
25 30
     public function __construct($applicationName = null, $currentVersion = null, $gitHubRepository = null)
26 31
     {
27 32
         $this->applicationName = $applicationName;
Please login to merge, or discard this patch.