mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Remove unrelated code style change.
This commit is contained in:
parent
48e2d2ceab
commit
03243605da
@ -102,6 +102,10 @@ class AccompanyingPeriod
|
||||
* Set closingDate
|
||||
*
|
||||
* For closing a Person file, you should use Person::setClosed instead.
|
||||
*
|
||||
* @param \DateTime $dateClosing
|
||||
* @return AccompanyingPeriod
|
||||
*
|
||||
*/
|
||||
public function setClosingDate($closingDate)
|
||||
{
|
||||
@ -132,10 +136,10 @@ class AccompanyingPeriod
|
||||
|
||||
if ($this->getClosingDate() === null) {
|
||||
return true;
|
||||
}
|
||||
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Set remark
|
||||
|
Loading…
x
Reference in New Issue
Block a user