Completed
Push — master ( 331704...66c218 )
by Greg
03:18
created
src/Task/Docker/Run.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
     }
127 127
 
128 128
     /**
129
-     * @param string|\Robo\Contract\CommandInterface $run
129
+     * @param string $run
130 130
      *
131 131
      * @return $this
132 132
      */
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
      * inherited from ExecTrait.
156 156
      *
157 157
      * @param array $env
158
-     * @return type
158
+     * @return Run
159 159
      */
160 160
     public function envVars(array $env)
161 161
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
159 159
      */
160 160
     public function envVars(array $env)
161 161
     {
162
-        foreach($env as $variable => $value) {
162
+        foreach ($env as $variable => $value) {
163 163
             $this->setDockerEnv($variable, $value);
164 164
         }
165 165
         return $this;
Please login to merge, or discard this patch.