DX phpstan and cs-fixer

This commit is contained in:
2023-07-05 15:49:50 +02:00
parent 4b25970ce0
commit 6c58e7eb3e
2 changed files with 10 additions and 25 deletions

View File

@@ -95,6 +95,7 @@ final class AccompanyingPeriodWorkRepository implements ObjectRepository
* * then, closed works
*
* @return AccompanyingPeriodWork[]
* @param mixed $filters
*/
public function findByAccompanyingPeriodOpenFirst(AccompanyingPeriod $period, $filters, int $limit = 10, int $offset = 0): array
{