From aff8986c9b2d4dc4fa5f8612d912d5c104c4d327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 2 Jul 2025 15:42:12 +0200 Subject: [PATCH] formatting --- src/RLS/PolicyManagers/TableRLSManager.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/RLS/PolicyManagers/TableRLSManager.php b/src/RLS/PolicyManagers/TableRLSManager.php index 66c55a77..d13c24ef 100644 --- a/src/RLS/PolicyManagers/TableRLSManager.php +++ b/src/RLS/PolicyManagers/TableRLSManager.php @@ -64,7 +64,7 @@ class TableRLSManager implements RLSPolicyManager { /** * When true, all valid constraints are considered while generating paths for RLS policies, - * unless explicitly marked with 'no-rls' comment. + * unless explicitly marked with a 'no-rls' comment. * * When false, only columns explicitly marked with 'rls' or 'rls table.column' comments are considered. */ @@ -82,7 +82,7 @@ class TableRLSManager implements RLSPolicyManager * The passed paths should be formatted like this: * [ * 'table_name' => [...$stepsLeadingToTenantsTable] - * ]. + * ] */ public function generateQueries(array $paths = []): array { @@ -392,7 +392,7 @@ class TableRLSManager implements RLSPolicyManager } /** - * Retrieve table's comment constraints. + * Retrieve a table's comment constraints. * * Comment constraints are columns with comments * formatted like "rls .".