DirectorDatafield: phpcs -> SpacingBeforeClose

This commit is contained in:
Thomas Gelf 2017-01-19 13:58:07 +01:00
parent b08be6ecc0
commit c75b4fc6b0

View File

@ -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(