Skip to content

Commit 804ecea

Browse files
committed
fixup! phpcs
1 parent 313164e commit 804ecea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/Icinga/Web/Form/ConfigSectionForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function __construct()
7575
if ($this->shouldDelete()) {
7676
$this->handleDelete();
7777
$this->emit(static::ON_DELETE, [$this]);
78-
} else if ($this->shouldRename()) {
78+
} elseif ($this->shouldRename()) {
7979
$oldName = $this->section;
8080
$this->handleRename();
8181
$this->emit(static::ON_RENAME, [

0 commit comments

Comments
 (0)