Lint
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
1c4b0b5e46
commit
36a9b21028
|
@ -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 = [],
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue