Author: Andreas Möller (localheinz)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-07-17T12:05:53+02:00

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

Fix: Use relative file name, not absolute path to file

Closes GH-670.

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


Diff:

diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php
index bee766f1f..d1b04cfd6 100644
--- a/.php-cs-fixer.php
+++ b/.php-cs-fixer.php
@@ -9,7 +9,7 @@
     ->in(__DIR__)
     ->exclude('manual/en/')
     ->name('*.inc')
-    ->name(__FILE__)
+    ->name('.php-cs-fixer.php')
     ->notPath('include/last_updated.inc')
     ->notPath('include/pregen-confs.inc')
     ->notPath('include/pregen-news.inc')

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to