mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
CustomVariable: no abstract for interface method
This commit is contained in:
parent
815139bb21
commit
114bac0d55
@ -97,8 +97,6 @@ abstract class CustomVariable implements IcingaConfigRenderer
|
|||||||
|
|
||||||
abstract public function equals(CustomVariable $var);
|
abstract public function equals(CustomVariable $var);
|
||||||
|
|
||||||
abstract public function toConfigString();
|
|
||||||
|
|
||||||
public function differsFrom(CustomVariable $var)
|
public function differsFrom(CustomVariable $var)
|
||||||
{
|
{
|
||||||
return ! $this->equals($var);
|
return ! $this->equals($var);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user