Completed
Push — master ( 6d9bc6...2c6699 )
by Christian
02:48
created
src/ElderBrother/Action/PhpCsFixer.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/ElderBrother/Action/PhpCsFixerOld.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/ElderBrother/Console/Command/Run.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
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
         }
Please login to merge, or discard this patch.
src/ElderBrother/Action/PhpLinter.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.