phpstan, rector, phpcs fixes

This commit is contained in:
2025-05-08 10:59:54 +02:00
parent 3d6ffea58e
commit 70b104d41e
17 changed files with 51 additions and 54 deletions

View File

@@ -200,7 +200,7 @@ class Event implements HasCenterInterface, HasScopeInterface, TrackCreationInter
$this->animators->removeElement($tp);
}
public function getCenter(): ?Center
public function getCenter(): Center
{
return $this->center;
}