Completed
Push — master ( 4a1f16...925053 )
by Sergi Tur
14:25 queued 01:23
created
src/Console/Commands/PublishCreateSite.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,6 @@  discard block
 block discarded – undo
100 100
     /**
101 101
      * PublishCreateSite constructor.
102 102
      *
103
-     * @param Client $client
104 103
      */
105 104
     public function __construct(Client $http)
106 105
     {
@@ -111,6 +110,9 @@  discard block
 block discarded – undo
111 110
     /**
112 111
      * Get Value.
113 112
      *
113
+     * @param string $value
114
+     * @param string $env_var
115
+     * @param string $command
114 116
      * @return array|int|null|string
115 117
      */
116 118
     protected function getValue($value, $env_var, $command)
Please login to merge, or discard this patch.
src/Console/Commands/Traits/RunsSSHCommands.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -17,6 +17,7 @@
 block discarded – undo
17 17
      * @param $file
18 18
      * @param null $server
19 19
      * @param bool $verbose
20
+     * @param string $destination_path
20 21
      */
21 22
     protected function runScp($file, $destination_path, $server = null, $verbose = false)
22 23
     {
Please login to merge, or discard this patch.