We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de431b5 commit 4a1f548Copy full SHA for 4a1f548
.php_cs.dist
@@ -17,6 +17,7 @@ return PhpCsFixer\Config::create()
17
'phpdoc_add_missing_param_annotation' => true,
18
'phpdoc_order' => true,
19
'yoda_style' => null,
20
+ 'no_superfluous_phpdoc_tags' => false,
21
])
22
->setFinder($finder)
23
;
composer.json
@@ -16,7 +16,7 @@
16
"psr/http-message": "^1.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^2.0",
+ "friendsofphp/php-cs-fixer": "^2.16",
"graham-campbell/testbench": "^5.3",
"phpunit/phpunit": "^6.5|^7.0|^8.0",
"php-http/guzzle6-adapter": "^2.0",
0 commit comments