Author: Sergey Panteleev (saundefined)
Date: 2022-09-30T13:32:44+03:00
Commit:
https://github.com/php/web-php/commit/dd1bc4fb9fc63a907ef7d7991a070d2d497dbdf0
Raw diff:
https://github.com/php/web-php/commit/dd1bc4fb9fc63a907ef7d7991a070d2d497dbdf0.diff
Ignore `version.inc` file in CS-Fixer
Relates 0fc6d96
Changed paths:
M .php-cs-fixer.php
Diff:
diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php
index 7376e5cbc..1a33af693 100644
--- a/.php-cs-fixer.php
+++ b/.php-cs-fixer.php
@@ -14,6 +14,7 @@
->notPath('include/pregen-confs.inc')
->notPath('include/pregen-news.inc')
->notPath('include/releases.inc')
+ ->notPath('include/version.inc')
->notPath('tests/run-tests.php');
$config
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php