first implementation of the command

This commit is contained in:
2016-03-16 23:06:01 +01:00
parent bc8832b732
commit 0c71fd9606
2 changed files with 501 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ class Person implements HasCenterInterface {
* @param accompanyingPeriod
* @throws \Exception if two lines of the accompanying period are open.
*/
public function close(AccompanyingPeriod $accompanyingPeriod)
public function close(AccompanyingPeriod $accompanyingPeriod = null)
{
$this->proxyAccompanyingPeriodOpenState = false;
}