Author: Sergey Panteleev (saundefined)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2022-08-04T12:07:14+03:00

Commit: 
https://github.com/php/web-php/commit/ce46c26db0663cca4156b8869155ee5e4c86a706
Raw diff: 
https://github.com/php/web-php/commit/ce46c26db0663cca4156b8869155ee5e4c86a706.diff

Ignore `include/releases.inc` file in CS-Fixer (#681)

Changed paths:
  M  .php-cs-fixer.php


Diff:

diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php
index d1b04cfd6..23093302f 100644
--- a/.php-cs-fixer.php
+++ b/.php-cs-fixer.php
@@ -13,6 +13,7 @@
     ->notPath('include/last_updated.inc')
     ->notPath('include/pregen-confs.inc')
     ->notPath('include/pregen-news.inc')
+    ->notPath('include/releases.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

Reply via email to