From 8951a14ce26be5d772b9876686a53ceeae391e25 Mon Sep 17 00:00:00 2001 From: Aaron Francis Date: Fri, 8 Nov 2024 08:44:20 -0600 Subject: [PATCH] fix pint --- pint.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pint.json b/pint.json index ce172c2..2644610 100644 --- a/pint.json +++ b/pint.json @@ -11,6 +11,9 @@ "function_declaration": { "closure_fn_spacing": "none" }, + "phpdoc_separation": { + "groups": [["author","link"],["param","return"]] + }, "trailing_comma_in_multiline": false } } \ No newline at end of file