Passed
Push — master ( 3bef09...bff84c )
by Sebastian
02:15
created
src/Command/Diff/Compare.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -140,10 +140,10 @@
 block discarded – undo
140 140
     protected function getGitCommand(): string
141 141
     {
142 142
         return 'diff'
143
-               . $this->unified
144
-               . $this->ignoreWhitespaces
145
-               . $this->ignoreEOL
146
-               . $this->stats
147
-               . ' ' . $this->compare;
143
+                . $this->unified
144
+                . $this->ignoreWhitespaces
145
+                . $this->ignoreEOL
146
+                . $this->stats
147
+                . ' ' . $this->compare;
148 148
     }
149 149
 }
Please login to merge, or discard this patch.