From bfe62611e0959c2d2a2f7cf975e043a551feda43 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 29 May 2025 13:15:35 +0200 Subject: [PATCH] Improve comment --- src/RLS/PolicyManagers/TableRLSManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RLS/PolicyManagers/TableRLSManager.php b/src/RLS/PolicyManagers/TableRLSManager.php index 8854a419..90ceeff1 100644 --- a/src/RLS/PolicyManagers/TableRLSManager.php +++ b/src/RLS/PolicyManagers/TableRLSManager.php @@ -212,7 +212,7 @@ class TableRLSManager implements RLSPolicyManager * Retrieve table's comment-based constraints. These are columns with comments * formatted like "rls .". * - * Returns the constraints as unformatted foreign key arrays, ready to be passed to $this->formatForeignKey(). + * Returns the constraints as unformatted foreign key arrays, ready to be formatted by formatForeignKey(). */ protected function getCommentConstraints(string $tableName): array {