DX: repairs code style, and psalm types

This commit is contained in:
2022-10-31 18:22:01 +01:00
parent afa6dfd77c
commit acc9523ff5
4 changed files with 3 additions and 28 deletions

View File

@@ -187,7 +187,7 @@ class ListPerson implements ExportElementValidatedInterface, ListInterface, Grou
}
/**
* param array{fields: string[], address_date: DateTimeImmutable} $data
* param array{fields: string[], address_date: DateTimeImmutable} $data.
*/
public function initiateQuery(array $requiredModifiers, array $acl, array $data = [])
{

View File

@@ -155,7 +155,7 @@ class ListPersonWithAccompanyingPeriod implements ExportElementValidatedInterfac
}
/**
* param array{fields: string[], address_date: DateTimeImmutable} $data
* param array{fields: string[], address_date: DateTimeImmutable} $data.
*/
public function initiateQuery(array $requiredModifiers, array $acl, array $data = [])
{