From d784e2a48f455c52932e4e268c032db97f28e164 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Fri, 2 Jul 2021 21:45:39 -0700 Subject: [PATCH] Fixed php-cs-fixer config file names --- .gitignore | 2 +- .php_cs.dist => .php-cs-fixer.dist.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .php_cs.dist => .php-cs-fixer.dist.php (100%) diff --git a/.gitignore b/.gitignore index 017dedc..463cede 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -.php_cs.cache +.php-cs-fixer.cache .phpunit.result.cache composer.lock /vendor/ diff --git a/.php_cs.dist b/.php-cs-fixer.dist.php similarity index 100% rename from .php_cs.dist rename to .php-cs-fixer.dist.php