Skip to content

Commit 0347519

Browse files
Masatoshi OgiwaraMasatoshi Ogiwara
authored andcommitted
fix: nullable-argument-fix
1 parent 2abca2a commit 0347519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
uses(TestCase::class)->in(__DIR__);
1010

11-
function createQueryFromFilterRequest(array $filters, string $model = null): QueryBuilder
11+
function createQueryFromFilterRequest(array $filters, ?string $model = null): QueryBuilder
1212
{
1313
$model ??= TestModel::class;
1414

0 commit comments

Comments
 (0)