From c0f422d750e3e4b05769fa284805f197d24e3fde Mon Sep 17 00:00:00 2001 From: Ravi Kumar Kempapura Srinivasa Date: Thu, 30 Apr 2020 16:07:12 +0200 Subject: [PATCH] Resolve PHP CodeSniffer issue Remove the extra semi-colon in line 53 in IcingaDbState --- library/Businessprocess/State/IcingaDbState.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Businessprocess/State/IcingaDbState.php b/library/Businessprocess/State/IcingaDbState.php index c87e561..eecedfa 100644 --- a/library/Businessprocess/State/IcingaDbState.php +++ b/library/Businessprocess/State/IcingaDbState.php @@ -50,7 +50,7 @@ class IcingaDbState extends IcingaDbBackend { $config = $this->config; - Benchmark::measure('Retrieving states for business process ' . $config->getName());; + Benchmark::measure('Retrieving states for business process ' . $config->getName()); $hosts = $config->listInvolvedHostNames(); if (empty($hosts)) {