php cs fixes

This commit is contained in:
2023-09-14 15:56:39 +02:00
parent 57a1a49fac
commit 115d71ad34
111 changed files with 130 additions and 335 deletions

View File

@@ -28,8 +28,7 @@ final readonly class PersonDocumentGenericDocProvider implements GenericDocForPe
public function __construct(
private Security $security,
private PersonDocumentACLAwareRepositoryInterface $personDocumentACLAwareRepository,
) {
}
) {}
public function buildFetchQueryForPerson(
Person $person,