Skip to content

Commit bff4919

Browse files
committed
Using snapshot testing for the form metadata
1 parent 18570b7 commit bff4919

File tree

7 files changed

+22
-615
lines changed

7 files changed

+22
-615
lines changed

'

Lines changed: 0 additions & 301 deletions
This file was deleted.

Repository/FormRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function loadById(int $id, ?string $locale = null): ?Form
6161
}
6262

6363
/**
64-
* @param mixed[] $filters
64+
* @param array{limit ?: int, offset ?:int} $filters
6565
*
6666
* @return Form[]
6767
*/

0 commit comments

Comments
 (0)