php code style fix

This commit is contained in:
nobohan
2022-04-20 08:52:15 +02:00
parent 7a6aa6edcb
commit f2c60cfd20
5 changed files with 9 additions and 10 deletions

View File

@@ -208,7 +208,8 @@ class HouseholdMember
}
$this->position = $position;
if (null !== $position){
if (null !== $position) {
$this->shareHousehold = $position->getShareHousehold();
}