Skip to content

Commit 7e4d50a

Browse files
Merge pull request #300 from TheDragonCode/andrey-helldar-patch-1
Update phpdoc_line_span settings to single case
2 parents 34d2722 + d363a1f commit 7e4d50a

4 files changed

Lines changed: 20 additions & 8 deletions

File tree

presets/pint/8.2.json

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

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,

presets/pint/8.4.json

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

presets/pint/8.5.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,12 @@
6767
"sort_algorithm": "alpha"
6868
},
6969
"phpdoc_line_span": {
70+
"case": "single",
71+
"class": "single",
7072
"const": "single",
71-
"method": "multi",
72-
"property": "single"
73+
"method": "single",
74+
"property": "single",
75+
"other": "single"
7376
},
7477
"return_assignment": true,
7578
"simplified_if_return": true,

0 commit comments

Comments
 (0)