Skip to content

Commit 3e0003d

Browse files
authoredDec 19, 2024··
CI: enable phpdoc_to_property_type on php-lowest (#8324)
1 parent 7045be8 commit 3e0003d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎.php-cs-fixer.php-lowest.php

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
$config->setRules([
3434
'phpdoc_to_param_type' => true,
3535
'phpdoc_to_return_type' => true,
36+
'phpdoc_to_property_type' => [
37+
'types_map' => [
38+
'TFixerInputConfig' => 'array',
39+
'TFixerComputedConfig' => 'array',
40+
'TFixer' => '\PhpCsFixer\AbstractFixer',
41+
],
42+
],
3643
]);
3744

3845
return $config;

0 commit comments

Comments
 (0)
Please sign in to comment.