From 62583c48696c4c882242ebebf9ba2a872f902fec Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 Jan 2026 05:13:01 +0000 Subject: [PATCH] Fix pint.json: remove incorrect braces rule setting Co-authored-by: nomadjimbob <26953208+nomadjimbob@users.noreply.github.com> --- pint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pint.json b/pint.json index dca9072..0640a65 100644 --- a/pint.json +++ b/pint.json @@ -2,7 +2,6 @@ "preset": "laravel", "rules": { "simplified_null_return": true, - "braces": false, "new_with_braces": true, "no_unused_imports": true }