Lint
continuous-integration/drone/push Build is failing Details

This commit is contained in:
philipp lang 2024-04-26 23:33:34 +02:00
parent 1c4b0b5e46
commit 36a9b21028
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,9 @@ use Spatie\LaravelData\Mappers\SnakeCaseMapper;
#[MapOutputName(SnakeCaseMapper::class)] #[MapOutputName(SnakeCaseMapper::class)]
class ParticipantFilterScope extends Filter class ParticipantFilterScope extends Filter
{ {
/**
* @param array<string, mixed> $data
*/
public function __construct( public function __construct(
public ?int $parent = null, public ?int $parent = null,
public array $data = [], public array $data = [],

View File

@ -9,6 +9,7 @@ use Symfony\Component\HttpFoundation\File\File;
* @method self assertInertiaPath(string $path, mixed $value) * @method self assertInertiaPath(string $path, mixed $value)
* @method self assertPdfPageCount(int $count) * @method self assertPdfPageCount(int $count)
* @method self assertPdfName(string $filename) * @method self assertPdfName(string $filename)
* @method self asseertHasJsonPath(string $path)
* @method File getFile() * @method File getFile()
*/ */
class TestResponse class TestResponse