From 7ae11dca7fcb8fc501f0762c5e11d134b6f2af85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Jul 2025 15:51:15 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/RLS/PolicyManagers/TableRLSManager.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/RLS/PolicyManagers/TableRLSManager.php b/src/RLS/PolicyManagers/TableRLSManager.php index 1b4b1e00..b8dcf6cc 100644 --- a/src/RLS/PolicyManagers/TableRLSManager.php +++ b/src/RLS/PolicyManagers/TableRLSManager.php @@ -371,7 +371,6 @@ class TableRLSManager implements RLSPolicyManager * * The comment constraints are retrieved using getFormattedCommentConstraints(). * These constraints are formatted in the method itself. - * */ protected function getConstraints(string $table): array {