Test Failed
Push — master ( da6ba3...fe8c9a )
by Björn
04:27
created
rename.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-foreach (glob(__DIR__ . '/tests/Sniffs/*/Fixtures/*/*.Fixed.php') as $file) {
4
-    shell_exec('git mv -f ' . $file . ' ' . str_replace('.Fixed', '.fixed', $file));
3
+foreach (glob(__DIR__.'/tests/Sniffs/*/Fixtures/*/*.Fixed.php') as $file) {
4
+    shell_exec('git mv -f '.$file.' '.str_replace('.Fixed', '.fixed', $file));
5 5
 }
6 6
\ No newline at end of file
Please login to merge, or discard this patch.