From e3e85b3ffacb16e73798b1ae10224011bec431b3 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Mon, 13 Feb 2023 14:32:50 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Commands/CreateRLSPoliciesForTenantTables.php | 3 ++- src/Jobs/CreatePostgresRoleForTenant.php | 12 +++++++----- src/Jobs/DeleteTenantsPostgresRole.php | 12 +++++++----- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/src/Commands/CreateRLSPoliciesForTenantTables.php b/src/Commands/CreateRLSPoliciesForTenantTables.php index 4e3d5950..4d5898ce 100644 --- a/src/Commands/CreateRLSPoliciesForTenantTables.php +++ b/src/Commands/CreateRLSPoliciesForTenantTables.php @@ -1,5 +1,7 @@ components->info("Created RLS policy for table '$table'"); } - return Command::SUCCESS; } diff --git a/src/Jobs/CreatePostgresRoleForTenant.php b/src/Jobs/CreatePostgresRoleForTenant.php index 0f3e9dcb..f868bcbe 100644 --- a/src/Jobs/CreatePostgresRoleForTenant.php +++ b/src/Jobs/CreatePostgresRoleForTenant.php @@ -1,15 +1,17 @@