diff --git a/.php-cs-fixer.php-lowest.php b/.php-cs-fixer.php-lowest.php index c7b02eacfc3..0b10a39d3e7 100644 --- a/.php-cs-fixer.php-lowest.php +++ b/.php-cs-fixer.php-lowest.php @@ -33,6 +33,13 @@ $config->setRules([ 'phpdoc_to_param_type' => true, 'phpdoc_to_return_type' => true, + 'phpdoc_to_property_type' => [ + 'types_map' => [ + 'TFixerInputConfig' => 'array', + 'TFixerComputedConfig' => 'array', + 'TFixer' => '\PhpCsFixer\AbstractFixer', + ], + ], ]); return $config;