Skip to content

Commit

Permalink
updated ecs.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 4, 2021
1 parent 3a1d1d6 commit 84dee11
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ecs.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,17 @@
$parameters = $containerConfigurator->parameters();

$parameters->set('skip', [
'fixtures*/*',

PhpCsFixer\Fixer\ClassNotation\OrderedClassElementsFixer::class => [
'src/Tracy/Debugger/Debugger.php',
],

// dump()
Drew\DebugStatementsFixers\Dump::class => [
'tests/Tracy/dump().cli.phpt',
'tests/Tracy/dump().html.phpt',
'tests/Tracy/dump().text.phpt',
],
]);
};

0 comments on commit 84dee11

Please sign in to comment.