1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Ignore version.inc file in CS-Fixer

Relates 0fc6d96
This commit is contained in:
Sergey Panteleev
2022-09-30 13:32:07 +03:00
parent 0fc6d962b2
commit dd1bc4fb9f

View File

@@ -14,6 +14,7 @@ $finder = $config->getFinder()
->notPath('include/pregen-confs.inc')
->notPath('include/pregen-news.inc')
->notPath('include/releases.inc')
->notPath('include/version.inc')
->notPath('tests/run-tests.php');
$config