Passed
Push — master ( 679877...b03fda )
by Alexander
03:23
created
src/Commands/ClearUnusedTranslationsCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
                     $this->warn('\''.$identifier.'\' is used in: \''. $file->getPath().'\'!');
136 136
 
137 137
                     foreach ($matches[0] as $match) {
138
-                         $this->warn($match);
138
+                            $this->warn($match);
139 139
                     }
140 140
                     $found = true;
141 141
                     $this->bar->display();
Please login to merge, or discard this patch.