@@ -86,7 +86,7 @@ |
||
86 | 86 | $fixers = $this->resolveFixers($fixer, $this->level, $this->fixers); |
87 | 87 | $cache = new \Symfony\CS\FileCacheManager(false, getcwd(), $fixers); |
88 | 88 | |
89 | - if(!$this->files->count()){ |
|
89 | + if (!$this->files->count()) { |
|
90 | 90 | return; |
91 | 91 | } |
92 | 92 |
@@ -86,7 +86,7 @@ |
||
86 | 86 | $fixers = $this->resolveFixers($fixer, $this->level, $this->fixers); |
87 | 87 | $cache = new \Symfony\CS\FileCacheManager(false, getcwd(), $fixers); |
88 | 88 | |
89 | - if(!$this->files->count()){ |
|
89 | + if(!$this->files->count()) { |
|
90 | 90 | return; |
91 | 91 | } |
92 | 92 |
@@ -79,7 +79,7 @@ |
||
79 | 79 | { |
80 | 80 | $files = $this->files->toArray(); |
81 | 81 | |
82 | - if(empty($files)){ |
|
82 | + if (empty($files)) { |
|
83 | 83 | return; |
84 | 84 | } |
85 | 85 |
@@ -79,7 +79,7 @@ |
||
79 | 79 | { |
80 | 80 | $files = $this->files->toArray(); |
81 | 81 | |
82 | - if(empty($files)){ |
|
82 | + if(empty($files)) { |
|
83 | 83 | return; |
84 | 84 | } |
85 | 85 |
@@ -81,7 +81,7 @@ |
||
81 | 81 | $output->write("\033[1A"); |
82 | 82 | $progress->setMessage('Finished.'); |
83 | 83 | $progress->finish(); |
84 | - $output->writeln(['','']); |
|
84 | + $output->writeln(['', '']); |
|
85 | 85 | } |
86 | 86 | $output->writeln('Done.'); |
87 | 87 | } |
@@ -79,7 +79,7 @@ |
||
79 | 79 | { |
80 | 80 | $files = $this->files->toArray(); |
81 | 81 | |
82 | - if(empty($files)){ |
|
82 | + if (empty($files)) { |
|
83 | 83 | return; |
84 | 84 | } |
85 | 85 |
@@ -79,7 +79,7 @@ |
||
79 | 79 | { |
80 | 80 | $files = $this->files->toArray(); |
81 | 81 | |
82 | - if(empty($files)){ |
|
82 | + if(empty($files)) { |
|
83 | 83 | return; |
84 | 84 | } |
85 | 85 |