Skip to content

Commit

Permalink
Merge pull request #3 from fattureincloud/phpdoc-order
Browse files Browse the repository at this point in the history
Fixed rule
  • Loading branch information
stefanozanini authored Feb 21, 2025
2 parents 639a3e2 + befc9d6 commit 509ddb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
// Risky
'no_alias_functions' => true,
'non_printable_character' => ['use_escape_sequences_in_strings' => true],
'phpdoc_order' => ['param', 'throws', 'return'],
'phpdoc_order' => ['order' => ['param', 'throws', 'return']],
])
->setFinder(
PhpCsFixer\Finder::create()
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fattureincloud/php-code-standard",
"description": "PHP CS Fixer coding standard, extended from @PhpCsFixer.",
"version": "1.1.6",
"version": "1.1.7",
"license": "MIT",
"require": {
"php": ">=5.4.0"
Expand Down

0 comments on commit 509ddb7

Please sign in to comment.