From 7745b68dae63c0f6e6f54a57c9b62eaa8314d9a8 Mon Sep 17 00:00:00 2001 From: Eai Date: Fri, 18 Jan 2019 20:00:47 +0900 Subject: [PATCH] =?UTF-8?q?php-cs-fixer=20=E3=81=AE=E3=83=AB=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E3=81=AB=20single=5Fquote=20=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0=20(#54)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .php_cs.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.php_cs.dist b/.php_cs.dist index 1bfcc9f..1cde9e2 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -13,7 +13,8 @@ return \PhpCsFixer\Config::create() 'return_type_declaration' => true, 'new_with_braces' => true, 'no_empty_statement' => true, - 'standardize_not_equals' => true + 'standardize_not_equals' => true, + 'single_quote' => true ]) ->setFinder( \PhpCsFixer\Finder::create()