mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
DirectorDatafield: phpcs -> SpacingBeforeClose
This commit is contained in:
parent
b08be6ecc0
commit
c75b4fc6b0
@ -137,10 +137,10 @@ class DirectorDatafield extends DbObjectWithSettings
|
|||||||
if ($inherited === null) {
|
if ($inherited === null) {
|
||||||
$inheritedFrom = $command->getOriginForVar($varname);
|
$inheritedFrom = $command->getOriginForVar($varname);
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$inheritedFrom = $command->getObjectName();
|
$inheritedFrom = $command->getObjectName();
|
||||||
}
|
}
|
||||||
|
|
||||||
$inherited = $command->getResolvedVar($varname);
|
$inherited = $command->getResolvedVar($varname);
|
||||||
if (null !== $inherited) {
|
if (null !== $inherited) {
|
||||||
$form->setInheritedValue(
|
$form->setInheritedValue(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user