Skip to content

Commit bd73e33

Browse files
committed
updated ecs.php
1 parent 3a1d1d6 commit bd73e33

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ecs.php

+10
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,18 @@
1414
$parameters = $containerConfigurator->parameters();
1515

1616
$parameters->set('skip', [
17+
'tmp/*',
18+
'fixtures*/*',
19+
1720
PhpCsFixer\Fixer\ClassNotation\OrderedClassElementsFixer::class => [
1821
'src/Tracy/Debugger/Debugger.php',
1922
],
23+
24+
// dump()
25+
Drew\DebugStatementsFixers\Dump::class => [
26+
'tests/Tracy/dump().cli.phpt',
27+
'tests/Tracy/dump().html.phpt',
28+
'tests/Tracy/dump().text.phpt',
29+
],
2030
]);
2131
};

0 commit comments

Comments
 (0)