Skip to content

Merge pull request #11 from TappNetwork/bugfix/tag-unique-validation #90

Merge pull request #11 from TappNetwork/bugfix/tag-unique-validation

Merge pull request #11 from TappNetwork/bugfix/tag-unique-validation #90

Triggered via push December 3, 2025 16:37
Status Failure
Total duration 41s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
phpstan: src/Models/LibraryItem.php#L231
Access to an undefined property Illuminate\Database\Eloquent\Model::$user.
phpstan: src/Models/LibraryItem.php#L208
Call to an undefined method Illuminate\Database\Eloquent\Model::getEffectiveRole().
phpstan: src/Models/LibraryItem.php#L203
Access to an undefined property Illuminate\Database\Eloquent\Model::$role.
phpstan: src/Models/LibraryItem.php#L62
Call to an undefined method Illuminate\Database\Eloquent\Model::permissions().
phpstan: src/Models/LibraryItem.php#L49
Ignored error pattern #^Access to an undefined property Tapp\\FilamentLibrary\\Models\\LibraryItem\:\:\$name\.$# in path /home/runner/work/Filament-Library/Filament-Library/src/Models/LibraryItem.php is expected to occur 4 times, but occurred only 3 times.
phpstan: src/Models/LibraryItem.php#L0
Ignored error pattern #^Access to an undefined property Tapp\\FilamentLibrary\\Models\\LibraryItemPermission\:\:\$user_id\.$# in path /home/runner/work/Filament-Library/Filament-Library/src/Models/LibraryItem.php was not matched in reported errors.
phpstan: src/Models/LibraryItem.php#L0
Ignored error pattern #^Access to an undefined property Tapp\\FilamentLibrary\\Models\\LibraryItemPermission\:\:\$role\.$# in path /home/runner/work/Filament-Library/Filament-Library/src/Models/LibraryItem.php was not matched in reported errors.
phpstan: src/Middleware/RedirectToCorrectEditPage.php#L25
Access to an undefined property Illuminate\Database\Eloquent\Collection<int, Tapp\FilamentLibrary\Models\LibraryItem>|Tapp\FilamentLibrary\Models\LibraryItem::$type.
phpstan: src/Middleware/RedirectToCorrectEditPage.php#L0
Ignored error pattern #^Access to an undefined property Tapp\\FilamentLibrary\\Models\\LibraryItem\:\:\$type\.$# in path /home/runner/work/Filament-Library/Filament-Library/src/Middleware/RedirectToCorrectEditPage.php was not matched in reported errors.
phpstan: config/filament-library.php#L14
Called 'env' outside of the config directory which returns null when the config is cached, use 'config'.