Test Failed
Pull Request — master (#31)
by Björn
03:54
created
src/Composer/Iterator/SourceFileIteratorFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -172,7 +172,7 @@
 block discarded – undo
172 172
                     '@^(%s)$@',
173 173
                     implode(
174 174
                         '|',
175
-                         array_map(
175
+                            array_map(
176 176
                             function (string $pattern): string {
177 177
                                 return preg_quote(
178 178
                                     str_replace('\\', '/', $pattern),
Please login to merge, or discard this patch.