Resolve PHP CodeSniffer issue

Remove the extra semi-colon in line 53 in IcingaDbState
This commit is contained in:
Ravi Kumar Kempapura Srinivasa 2020-04-30 16:07:12 +02:00 committed by raviks789
parent 843a556f6e
commit c0f422d750

View file

@ -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)) {