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
|
* Set closingDate
|
||||||
*
|
*
|
||||||
* For closing a Person file, you should use Person::setClosed instead.
|
* For closing a Person file, you should use Person::setClosed instead.
|
||||||
|
*
|
||||||
|
* @param \DateTime $dateClosing
|
||||||
|
* @return AccompanyingPeriod
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
public function setClosingDate($closingDate)
|
public function setClosingDate($closingDate)
|
||||||
{
|
{
|
||||||
@ -132,9 +136,9 @@ class AccompanyingPeriod
|
|||||||
|
|
||||||
if ($this->getClosingDate() === null) {
|
if ($this->getClosingDate() === null) {
|
||||||
return true;
|
return true;
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user