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 in Pipeline.php
#61
Closed
jhm-ciberman opened this issue
Jan 20, 2025
· 4 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
There's some progress on hisorange/browser-detect#229 - so if you are using hisorange/browser-detect, you soon no longer need to care about this package. My PR won't be needed either, as @pataar has already refactored the pipeline away completely in hisorange/browser-detect#230
But I am still waiting for a replacement of this unmaintained (??) package in Bag.
wow, this is super welcoming, as I am just planning to refactor a huge project from Spatie's Laravel-Data (which performs very bad) to Bag, and the only thing that held me back was your package. Glad to see a new release here! Thanks a lot.
PHP 8.4 added a new deprecation:
This package is internally used by https://github.com/hisorange/browser-detect so fixing this should be important. It's a single character fix.
The text was updated successfully, but these errors were encountered: