From db4dec57440ca19e78c97521809a804784edec0c Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Sat, 21 Feb 2026 22:12:29 -0600 Subject: [PATCH] Fixes empty attribute rule Signed-off-by: Joey Smith --- src/Webware1x0Set.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Webware1x0Set.php b/src/Webware1x0Set.php index 8354b7d..a8387a9 100644 --- a/src/Webware1x0Set.php +++ b/src/Webware1x0Set.php @@ -67,7 +67,7 @@ public function getRules(): array ], // Attribute Notation 'attribute_empty_parentheses' => [ - 'use_parentheses' => true, + 'use_parentheses' => false, ], // Casing 'constant_case' => [