DX: Fix CS and type hinting

This commit is contained in:
2022-12-22 11:22:49 +01:00
parent 3ca2811494
commit ad94c7bcb7
2 changed files with 3 additions and 5 deletions

View File

@@ -1581,7 +1581,7 @@ class Person implements HasCenterInterface, TrackCreationInterface, TrackUpdateI
return $this;
}
$this->centerHistory[] = new PersonCenterHistory($this, $center, $modification);
$this->centerHistory[] = new PersonCenterHistory($this, $center, $modification);
return $this;
}