Skip to content

Commit d363a1f

Browse files
Update phpdoc_line_span settings for consistency
1 parent 252003a commit d363a1f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

presets/pint/8.3.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,12 @@
6565
"sort_algorithm": "alpha"
6666
},
6767
"phpdoc_line_span": {
68+
"case": "single",
69+
"class": "single",
6870
"const": "single",
69-
"method": "multi",
70-
"property": "single"
71+
"method": "single",
72+
"property": "single",
73+
"other": "single"
7174
},
7275
"return_assignment": true,
7376
"simplified_if_return": true,

0 commit comments

Comments
 (0)