Skip to content

Commit c8bdd57

Browse files
authored
Enforce multi line phpdocs everywhere (#3)
As of PHP CS Fixer v3.94.0 the PhpdocLineSpanFixer can also enforce inline `@var` phpdocs to be multiline.
1 parent e595655 commit c8bdd57

File tree

3 files changed

+381
-259
lines changed

3 files changed

+381
-259
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
],
99
"require": {
1010
"php": "^8.4",
11-
"erickskrauch/php-cs-fixer-custom-fixers": "^1.3",
12-
"friendsofphp/php-cs-fixer": "^3.86",
13-
"symplify/coding-standard": "^12.4"
11+
"erickskrauch/php-cs-fixer-custom-fixers": "^1.3.1",
12+
"friendsofphp/php-cs-fixer": "^3.94",
13+
"symplify/coding-standard": "^12.5"
1414
},
1515
"require-dev": {
16-
"captainhook/captainhook-phar": "^5.25",
17-
"ergebnis/composer-normalize": "^2.48",
16+
"captainhook/captainhook-phar": "^5.28",
17+
"ergebnis/composer-normalize": "^2.50",
1818
"ruudk/readme-examples-sync-hook": "^2.0"
1919
},
2020
"autoload": {

0 commit comments

Comments
 (0)