mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-17 18:12:53 -05:00
Resolve PHP CodeSniffer issue
Remove the extra semi-colon in line 53 in IcingaDbState
This commit is contained in:
parent
843a556f6e
commit
c0f422d750
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue