1
0
mirror of https://github.com/danog/file.git synced 2025-01-22 13:21:13 +01:00

Fix PHP CS Fixer config

This commit is contained in:
Niklas Keller 2021-06-21 21:35:15 +02:00
parent 90f955076c
commit 08c651cc58

View File

@ -2,7 +2,6 @@
$config = new Amp\CodeStyle\Config();
$config->getFinder()
->in(__DIR__ . '/examples')
->in(__DIR__ . '/src')
->in(__DIR__ . '/test');