From 7af7020b020cba0fdd172c422a546c2d1756256f Mon Sep 17 00:00:00 2001 From: Death-Satan <2771717608@qq.com> Date: Sat, 20 Jan 2024 22:25:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20cs-fix=E6=8E=92=E9=99=A4runtime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .php-cs-fixer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index e9134432..4117e42d 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -85,6 +85,7 @@ PhpCsFixer\Finder::create() ->exclude('vendor') ->exclude('bin') + ->exclude('runtime') ->in(__DIR__) ) ->setUsingCache(false);