Run Tests on PHP 8.4 (#24) #42
Annotations
4 errors and 1 warning
phpstan / PHPStan:
database/factories/SendFactory.php#L15
Method Wnx\Sends\Database\Factories\SendFactory::definition() should return array<model property of Illuminate\Database\Eloquent\Model, mixed> but returns array<string, array<string, string>|Illuminate\Support\Carbon|string|null>.
|
phpstan / PHPStan:
src/Models/Send.php#L88
Parameter #1 $column of method Illuminate\Database\Eloquent\Builder<Illuminate\Database\Eloquent\Model>::where() expects array<int|model property of Illuminate\Database\Eloquent\Model, mixed>|(Closure(Illuminate\Database\Eloquent\Builder): mixed)|Illuminate\Contracts\Database\Query\Expression|model property of Illuminate\Database\Eloquent\Model, 'uuid' given.
|
phpstan / PHPStan:
src/Models/Send.php#L93
Parameter #1 $column of method Illuminate\Database\Eloquent\Builder<Illuminate\Database\Eloquent\Model>::where() expects array<int|model property of Illuminate\Database\Eloquent\Model, mixed>|(Closure(Illuminate\Database\Eloquent\Builder): mixed)|Illuminate\Contracts\Database\Query\Expression|model property of Illuminate\Database\Eloquent\Model, 'mail_class' given.
|
phpstan / PHPStan
Process completed with exit code 1.
|
phpstan / PHPStan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|