From ac217ce9047bb53601f14926379989ba2f3d9b86 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 4 Mar 2022 11:46:30 +0000 Subject: [PATCH] Apply fixes from StyleCI --- config/local/roles/Agent.php | 2 +- config/local/roles/monitoring.php | 2 +- config/local/roles/supervisor.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/local/roles/Agent.php b/config/local/roles/Agent.php index b373bcf6..23717cad 100644 --- a/config/local/roles/Agent.php +++ b/config/local/roles/Agent.php @@ -51,5 +51,5 @@ 'core.files.makePublic', 'core.files.makePrivate', 'core.files.update', - ] + ], ]; diff --git a/config/local/roles/monitoring.php b/config/local/roles/monitoring.php index 82d7ff22..b1d180f5 100644 --- a/config/local/roles/monitoring.php +++ b/config/local/roles/monitoring.php @@ -17,5 +17,5 @@ 'core.files.makePublic', 'core.files.makePrivate', 'core.files.update', - ] + ], ]; diff --git a/config/local/roles/supervisor.php b/config/local/roles/supervisor.php index bfccb982..2fba6d9a 100644 --- a/config/local/roles/supervisor.php +++ b/config/local/roles/supervisor.php @@ -191,5 +191,5 @@ 'core.files.makePublic', 'core.files.makePrivate', 'core.files.update', - ] + ], ];