From 930c813aa458535cab7b5a4cc81467cac8fb1767 Mon Sep 17 00:00:00 2001 From: JackieDo Date: Thu, 17 Mar 2022 12:59:14 +0700 Subject: [PATCH] Update .php-cs-fixer.dist.php --- .php-cs-fixer.dist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 55c9695..4a6b927 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -64,8 +64,8 @@ 'elements' => [ 'property', 'method', - ] - ] + ], + ], ]; $config = new Config;