Skip to content

Commit 4a1f548

Browse files
committed
Update PHP-CS-Fixer
1 parent de431b5 commit 4a1f548

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ return PhpCsFixer\Config::create()
1717
'phpdoc_add_missing_param_annotation' => true,
1818
'phpdoc_order' => true,
1919
'yoda_style' => null,
20+
'no_superfluous_phpdoc_tags' => false,
2021
])
2122
->setFinder($finder)
2223
;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"psr/http-message": "^1.0"
1717
},
1818
"require-dev": {
19-
"friendsofphp/php-cs-fixer": "^2.0",
19+
"friendsofphp/php-cs-fixer": "^2.16",
2020
"graham-campbell/testbench": "^5.3",
2121
"phpunit/phpunit": "^6.5|^7.0|^8.0",
2222
"php-http/guzzle6-adapter": "^2.0",

0 commit comments

Comments
 (0)