Passed
Pull Request — master (#7)
by coExp
02:08
created
src/MultipleBar.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
         }
161 161
 
162 162
         for ($i = 0 ; $i < $number ; $i++) {
163
-           $this->progressBars[] = new ProgressBar($this->getOutput());
163
+            $this->progressBars[] = new ProgressBar($this->getOutput());
164 164
         }
165 165
 
166 166
         return $this;
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
173 173
     public function addProgressBarByName(array $names)
174 174
     {
175 175
         foreach ($names as $name) {
176
-           $this->progressBars[$name] = new ProgressBar($this->getOutput());
176
+            $this->progressBars[$name] = new ProgressBar($this->getOutput());
177 177
         }
178 178
 
179 179
         return $this;
Please login to merge, or discard this patch.