mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +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) {
|
||||
$inheritedFrom = $command->getOriginForVar($varname);
|
||||
}
|
||||
|
||||
} else {
|
||||
$inheritedFrom = $command->getObjectName();
|
||||
}
|
||||
|
||||
$inherited = $command->getResolvedVar($varname);
|
||||
if (null !== $inherited) {
|
||||
$form->setInheritedValue(
|
||||
|
Loading…
x
Reference in New Issue
Block a user