Rector changes and immplementations of required methods

This commit is contained in:
2025-05-22 17:47:07 +02:00
parent 053b92b77c
commit 17db59d221
1138 changed files with 2656 additions and 2616 deletions

View File

@@ -318,7 +318,7 @@ class LoadPeople extends AbstractFixture implements ContainerAwareInterface, Ord
$manager->flush();
}
public function loadExpectedPeople(ObjectManager $manager)
public function loadExpectedPeople(ObjectManager $manager): void
{
echo "loading expected people...\n";
@@ -343,7 +343,7 @@ class LoadPeople extends AbstractFixture implements ContainerAwareInterface, Ord
*
* @throws \Exception
*/
private function addAPerson(Person $person, ObjectManager $manager)
private function addAPerson(Person $person, ObjectManager $manager): void
{
$accompanyingPeriod = new AccompanyingPeriod(
(new \DateTime())