You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP 8.4 deprecation: League\Pipeline\Pipeline::__construct(): Implicitly marking parameter $processor as nullable is deprecated, the explicit nullable type must be used instead
#228
Open
jhm-ciberman opened this issue
Jan 20, 2025
· 0 comments
ErrorException: League\Pipeline\Pipeline::__construct(): Implicitly marking parameter $processor as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/league/pipeline/src/Pipeline.php:18
Or (what I recomend), just copy the file into the repo to avoid an extra dependency. Building a pipeline class should be easy enough to not depend on any extra dependency.
PHP 8.4 added a new deprecation:
The options are:
Stack trace:
The text was updated successfully, but these errors were encountered: