Skip to content

Commit

Permalink
enable rule on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 18, 2024
1 parent 7045be8 commit 38aa477
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .php-cs-fixer.php-lowest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 38aa477

Please sign in to comment.