From 297e6bcd3348ba2d9bc8846b955aeb8284199550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 29 Nov 2021 08:47:38 +0100 Subject: [PATCH] Enhancement: Configure class_attributes_separation fixer to use only_if_meta option for property element --- .php-cs-fixer.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 305c3730ee4..0b1d1e56ff6 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -73,7 +73,7 @@ 'elements' => [ 'const' => 'one', 'method' => 'one', - 'property' => 'one' + 'property' => 'only_if_meta' ] ], 'class_definition' => true,