mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
php code style fix
This commit is contained in:
@@ -208,7 +208,8 @@ class HouseholdMember
|
||||
}
|
||||
|
||||
$this->position = $position;
|
||||
if (null !== $position){
|
||||
|
||||
if (null !== $position) {
|
||||
$this->shareHousehold = $position->getShareHousehold();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user