Skip to content

Commit

Permalink
Configure php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb authored and kevinpapst committed Apr 19, 2024
1 parent 5ca1bce commit 53c4ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'phpdoc_separation' => ['groups' => [['test', 'dataProvider']]],
'nullable_type_declaration_for_default_null_value' => true,
'no_superfluous_phpdoc_tags' => ['remove_inheritdoc' => false],
'nullable_type_declaration' => false,
];

$finder = PhpCsFixer\Finder::create()
Expand Down

0 comments on commit 53c4ff1

Please sign in to comment.