Skip to content

Support user ULID / UUID instead of IDs #183

Support user ULID / UUID instead of IDs

Support user ULID / UUID instead of IDs #183

Re-run triggered November 22, 2024 09:47
Status Failure
Total duration 1m 0s
Artifacts

phpstan.yml

on: pull_request
Matrix: phpstan
Fit to window
Zoom out
Zoom in

Annotations

14 errors
PHP 8.1 - Laravel 10.* - ubuntu-latest: src/Models/SocialiteUser.php#L50
Parameter #1 $attributes of method Illuminate\Database\Eloquent\Builder<$this(DutchCodingCompany\FilamentSocialite\Models\SocialiteUser)>::create() expects array<string, mixed>, array<int|string, mixed> given.
PHP 8.1 - Laravel 10.* - ubuntu-latest
Process completed with exit code 1.
PHP 8.2 - Laravel 11.* - ubuntu-latest: src/Models/SocialiteUser.php#L50
Parameter #1 $attributes of method Illuminate\Database\Eloquent\Builder<$this(DutchCodingCompany\FilamentSocialite\Models\SocialiteUser)>::create() expects array<string, mixed>, array<int|string, mixed> given.
PHP 8.2 - Laravel 11.* - ubuntu-latest: tests/Fixtures/TestTenantUser.php#L32
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<DutchCodingCompany\FilamentSocialite\Tests\Fixtures\TestTeam> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsToMany: TRelatedModel, TDeclaringModel
PHP 8.2 - Laravel 11.* - ubuntu-latest: tests/Fixtures/TestTenantUser.php#L34
Method DutchCodingCompany\FilamentSocialite\Tests\Fixtures\TestTenantUser::teams() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<DutchCodingCompany\FilamentSocialite\Tests\Fixtures\TestTeam> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<DutchCodingCompany\FilamentSocialite\Tests\Fixtures\TestTeam, $this(DutchCodingCompany\FilamentSocialite\Tests\Fixtures\TestTenantUser)>.
PHP 8.2 - Laravel 11.* - ubuntu-latest
Process completed with exit code 1.
PHP 8.3 - Laravel 10.* - ubuntu-latest: src/Models/SocialiteUser.php#L50
Parameter #1 $attributes of method Illuminate\Database\Eloquent\Builder<$this(DutchCodingCompany\FilamentSocialite\Models\SocialiteUser)>::create() expects array<string, mixed>, array<int|string, mixed> given.
PHP 8.3 - Laravel 10.* - ubuntu-latest
Process completed with exit code 1.
PHP 8.2 - Laravel 10.* - ubuntu-latest: src/Models/SocialiteUser.php#L50
Parameter #1 $attributes of method Illuminate\Database\Eloquent\Builder<$this(DutchCodingCompany\FilamentSocialite\Models\SocialiteUser)>::create() expects array<string, mixed>, array<int|string, mixed> given.
PHP 8.2 - Laravel 10.* - ubuntu-latest
Process completed with exit code 1.
PHP 8.3 - Laravel 11.* - ubuntu-latest: src/Models/SocialiteUser.php#L50
Parameter #1 $attributes of method Illuminate\Database\Eloquent\Builder<$this(DutchCodingCompany\FilamentSocialite\Models\SocialiteUser)>::create() expects array<string, mixed>, array<int|string, mixed> given.
PHP 8.3 - Laravel 11.* - ubuntu-latest: tests/Fixtures/TestTenantUser.php#L32
Generic type Illuminate\Database\Eloquent\Relations\BelongsToMany<DutchCodingCompany\FilamentSocialite\Tests\Fixtures\TestTeam> in PHPDoc tag @return does not specify all template types of class Illuminate\Database\Eloquent\Relations\BelongsToMany: TRelatedModel, TDeclaringModel
PHP 8.3 - Laravel 11.* - ubuntu-latest: tests/Fixtures/TestTenantUser.php#L34
Method DutchCodingCompany\FilamentSocialite\Tests\Fixtures\TestTenantUser::teams() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<DutchCodingCompany\FilamentSocialite\Tests\Fixtures\TestTeam> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<DutchCodingCompany\FilamentSocialite\Tests\Fixtures\TestTeam, $this(DutchCodingCompany\FilamentSocialite\Tests\Fixtures\TestTenantUser)>.
PHP 8.3 - Laravel 11.* - ubuntu-latest
Process completed with exit code 1.