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,