Skip to content
This repository was archived by the owner on Dec 13, 2022. It is now read-only.

Commit 191817d

Browse files
committed
fix(lint): fix coding style in contact class
1 parent a71e851 commit 191817d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

www/class/config-generate/contact.class.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/*
34
* Copyright 2005-2019 Centreon
45
* Centreon is developed by : Julien Mathis and Romain Le Merlus under
@@ -109,7 +110,7 @@ private function getContactCache()
109110
/**
110111
* @see Contact::$contacts_service_linked_cache
111112
*/
112-
private function getContactForServiceCache() : void
113+
private function getContactForServiceCache(): void
113114
{
114115
$stmt = $this->backend_instance->db->prepare("
115116
SELECT csr.contact_id, service_service_id
@@ -210,7 +211,7 @@ protected function getContactNotificationCommands($contact_id, $label)
210211
* @see Contact::getContactCache()
211212
* @see Contact::getContactForServiceCache()
212213
*/
213-
protected function buildCache() : void
214+
protected function buildCache(): void
214215
{
215216
if ($this->done_cache == 1) {
216217
return;

0 commit comments

Comments
 (0)