diff --git a/presets/pint/8.2.json b/presets/pint/8.2.json index dd2e1ee..9b92862 100644 --- a/presets/pint/8.2.json +++ b/presets/pint/8.2.json @@ -64,9 +64,12 @@ "sort_algorithm": "alpha" }, "phpdoc_line_span": { + "case": "single", + "class": "single", "const": "single", - "method": "multi", - "property": "single" + "method": "single", + "property": "single", + "other": "single" }, "return_assignment": true, "simplified_if_return": true, diff --git a/presets/pint/8.3.json b/presets/pint/8.3.json index 7b0dcbd..418e6a6 100644 --- a/presets/pint/8.3.json +++ b/presets/pint/8.3.json @@ -65,9 +65,12 @@ "sort_algorithm": "alpha" }, "phpdoc_line_span": { + "case": "single", + "class": "single", "const": "single", - "method": "multi", - "property": "single" + "method": "single", + "property": "single", + "other": "single" }, "return_assignment": true, "simplified_if_return": true, diff --git a/presets/pint/8.4.json b/presets/pint/8.4.json index 2580601..513aa27 100644 --- a/presets/pint/8.4.json +++ b/presets/pint/8.4.json @@ -66,9 +66,12 @@ "sort_algorithm": "alpha" }, "phpdoc_line_span": { + "case": "single", + "class": "single", "const": "single", - "method": "multi", - "property": "single" + "method": "single", + "property": "single", + "other": "single" }, "return_assignment": true, "simplified_if_return": true, diff --git a/presets/pint/8.5.json b/presets/pint/8.5.json index 84d4d15..937a99e 100644 --- a/presets/pint/8.5.json +++ b/presets/pint/8.5.json @@ -67,9 +67,12 @@ "sort_algorithm": "alpha" }, "phpdoc_line_span": { + "case": "single", + "class": "single", "const": "single", - "method": "multi", - "property": "single" + "method": "single", + "property": "single", + "other": "single" }, "return_assignment": true, "simplified_if_return": true,