fix phpstan issues

This commit is contained in:
2023-04-28 22:55:01 +02:00
parent 9027cbd196
commit c35994203d
10 changed files with 24 additions and 43 deletions

View File

@@ -30,11 +30,6 @@ class PersonChoiceLoader implements ChoiceLoaderInterface
protected array $lazyLoadedPersons = [];
/**
* PersonChoiceLoader constructor.
*
* @param EntityRepository $personRepository
*/
public function __construct(
protected PersonRepository $personRepository,
?array $centers = null