Skip to content

update changelog

update changelog #22

Triggered via push August 19, 2024 17:47
Status Failure
Total duration 34s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: src/AboutCommandIntegration.php#L16
Method OpenSoutheners\ExtendedLaravel\AboutCommandIntegration::register() has no return type specified.
PHPStan: src/AboutCommandIntegration.php#L22
Unsafe usage of new static().
PHPStan: src/AboutCommandIntegration.php#L56
Parameter #1 $array of function array_keys expects array, mixed given.
PHPStan: src/Casts/ByteUnit.php#L21
Method OpenSoutheners\ExtendedLaravel\Casts\ByteUnit::get() should return OpenSoutheners\ByteUnitConverter\ByteUnitConverter|null but returns string.
PHPStan: src/Casts/ByteUnit.php#L21
Parameter #1 $bytes of static method OpenSoutheners\ByteUnitConverter\ByteUnitConverter::new() expects int|string, mixed given.
PHPStan: src/Console/Commands/BatchesQueueCommand.php#L34
Call to an undefined static method Illuminate\Support\Arr::exceptValues().
PHPStan: src/Console/Commands/BatchesQueueCommand.php#L35
Parameter #1 $name of static method Illuminate\Database\DatabaseManager::connection() expects string|null, mixed given.
PHPStan: src/Console/Commands/BatchesQueueCommand.php#L36
Parameter #1 $table of method Illuminate\Database\Connection::table() expects Closure|Illuminate\Contracts\Database\Query\Expression|Illuminate\Database\Query\Builder|string, mixed given.
PHPStan: src/Console/Commands/BatchesQueueCommand.php#L37
Call to an undefined static method Illuminate\Support\Arr::exceptValues().
PHPStan: src/Console/Commands/BatchesQueueCommand.php#L38
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),mixed>::map() expects callable(mixed, int|string): non-empty-array, Closure(stdClass): non-empty-array given.