From 191817dff5262e743889bec098a4b1012ad1917c Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Thu, 7 Oct 2021 13:50:29 +0200 Subject: [PATCH] fix(lint): fix coding style in contact class --- www/class/config-generate/contact.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/class/config-generate/contact.class.php b/www/class/config-generate/contact.class.php index 3445becc6a6..1d17d8bdd48 100644 --- a/www/class/config-generate/contact.class.php +++ b/www/class/config-generate/contact.class.php @@ -1,4 +1,5 @@ backend_instance->db->prepare(" SELECT csr.contact_id, service_service_id @@ -210,7 +211,7 @@ protected function getContactNotificationCommands($contact_id, $label) * @see Contact::getContactCache() * @see Contact::getContactForServiceCache() */ - protected function buildCache() : void + protected function buildCache(): void { if ($this->done_cache == 1) { return;