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

This commit is contained in:
Philipp Lang 2023-12-17 01:10:26 +01:00
parent a7b25e9b5f
commit 0f80844d20
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ namespace Illuminate\Testing;
use Symfony\Component\HttpFoundation\File\File;
/**
* @method self assertInertiaPath(string $path, string|array<string, mixed> $value)
* @method self assertInertiaPath(string $path, string|array<string, mixed>|int $value)
* @method File getFile()
*/
class TestResponse