Skip to content

Ensure when setting current consent other matching key consents are d… #150

Ensure when setting current consent other matching key consents are d…

Ensure when setting current consent other matching key consents are d… #150

Triggered via push October 12, 2024 22:52
Status Failure
Total duration 57s
Artifacts

phpstan.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: config/filament-user-consent.php#L8
Class App\Models\User not found.
phpstan: config/filament-user-consent.php#L14
Class App\Models\User not found.
phpstan: database/factories/ConsentOptionQuestionFactory.php#L36
PHPDoc tag @param has invalid value (Bool Numbers(True,False)): Unexpected token "Numbers", expected variable at offset 126
phpstan: database/factories/ConsentOptionQuestionFactory.php#L36
PHPDoc tag @param has invalid value (Bool Special Chars(True,False)): Unexpected token "Special", expected variable at offset 163
phpstan: database/factories/ConsentOptionQuestionFactory.php#L36
PHPDoc tag @param has invalid value (Bool Upper Case(True,False)): Unexpected token "Upper", expected variable at offset 86
phpstan: database/factories/ConsentOptionQuestionFactory.php#L36
PHPDoc tag @param has invalid value (Int Length of string(50)): Unexpected token "Length", expected variable at offset 48
phpstan: src/Infolists/Components/ConsentAcceptForm.php#L20
Call to an undefined method Visualbuilder\FilamentUserConsent\Infolists\Components\ConsentAcceptForm::validateOnly().
phpstan: src/Infolists/Components/ConsentAcceptForm.php#L25
Call to an undefined method Visualbuilder\FilamentUserConsent\Infolists\Components\ConsentAcceptForm::validate().
phpstan: src/Livewire/ConsentOptionFormBuilder.php#L59
Access to an undefined property Illuminate\Foundation\Auth\User::$collections.
phpstan: src/Livewire/ConsentOptionFormBuilder.php#L59
Call to an undefined method Illuminate\Foundation\Auth\User::outstandingConsents().
phpstan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/