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 {