Skip to content

fix: dev dependencies not installable with Laravel 12 because of phps… #63

fix: dev dependencies not installable with Laravel 12 because of phps…

fix: dev dependencies not installable with Laravel 12 because of phps… #63

Triggered via push February 24, 2025 19:12
Status Failure
Total duration 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/LaravelQuery.php#L31
Method Tpetry\LaravelMysqlExplain\LaravelQuery::execute() should return array<int, array<string, mixed>> but returns array<array>.
phpstan: src/LaravelQuery.php#L37
Method Tpetry\LaravelMysqlExplain\LaravelQuery::getParameters() should return array<float|int|string> but returns array.
phpstan: src/Mixins/BuilderMixin.php#L20
PHPDoc tag @var with type Illuminate\Contracts\Database\Query\Builder is not subtype of native type $this(Tpetry\LaravelMysqlExplain\Mixins\BuilderMixin).
phpstan: src/Mixins/BuilderMixin.php#L29
PHPDoc tag @var with type Illuminate\Contracts\Database\Query\Builder is not subtype of native type $this(Tpetry\LaravelMysqlExplain\Mixins\BuilderMixin).
phpstan: src/Mixins/BuilderMixin.php#L37
PHPDoc tag @var with type Illuminate\Contracts\Database\Query\Builder is not subtype of native type $this(Tpetry\LaravelMysqlExplain\Mixins\BuilderMixin).
phpstan: src/Mixins/BuilderMixin.php#L47
PHPDoc tag @var with type Illuminate\Contracts\Database\Query\Builder is not subtype of native type $this(Tpetry\LaravelMysqlExplain\Mixins\BuilderMixin).
phpstan: src/Mixins/BuilderMixin.php#L57
PHPDoc tag @var with type Illuminate\Contracts\Database\Query\Builder is not subtype of native type $this(Tpetry\LaravelMysqlExplain\Mixins\BuilderMixin).
phpstan: src/Mixins/BuilderMixin.php#L65
PHPDoc tag @var with type Illuminate\Contracts\Database\Query\Builder is not subtype of native type $this(Tpetry\LaravelMysqlExplain\Mixins\BuilderMixin).
phpstan: src/MysqlExplain.php#L61
Parameter #1 $query of method Tpetry\PhpMysqlExplain\Metrics\Collector::execute() expects Tpetry\PhpMysqlExplain\Queries\QueryInterface, mixed given.
phpstan: src/MysqlExplain.php#L62
Cannot call method submit() on mixed.