Skip to content

Commit

Permalink
Added a phpdoc line to php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
condor2 committed Jan 11, 2024
1 parent 4127efb commit 8b98e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
'php_unit_strict' => true,
'php_unit_test_annotation' => true,
'php_unit_test_case_static_method_calls' => true,
'phpdoc_add_missing_param_annotation' => ['only_untyped' => false],
'phpdoc_align' => true,
'phpdoc_annotation_without_dot' => true,
'phpdoc_indent' => true,
Expand Down

0 comments on commit 8b98e51

Please sign in to comment.