Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 · 1 comment · May be fixed by #229

Comments

@jhm-ciberman
Copy link

PHP 8.4 added a new deprecation:

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

The options are:


Stack trace:

#0 /var/www/html/vendor/composer/ClassLoader.php(576): Illuminate\Foundation\Testing\TestCase->{closure:Illuminate\Foundation\Testing\Concerns\InteractsWithDeprecationHandling::withoutDeprecationHandling():38}()
#1 /var/www/html/vendor/composer/ClassLoader.php(576): include()
#2 /var/www/html/vendor/composer/ClassLoader.php(427): {closure:Composer\Autoload\ClassLoader::initializeIncludeClosure():575}()
#3 /var/www/html/vendor/hisorange/browser-detect/src/Parser.php(204): Composer\Autoload\ClassLoader->loadClass()
#4 /var/www/html/vendor/hisorange/browser-detect/src/Parser.php(172): hisorange\BrowserDetect\Parser->process()
#5 /var/www/html/vendor/laravel/framework/src/Illuminate/Cache/Repository.php(427): hisorange\BrowserDetect\Parser->{closure:hisorange\BrowserDetect\Parser::parse():171}()
#6 /var/www/html/vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php(453): Illuminate\Cache\Repository->remember()
#7 /var/www/html/vendor/hisorange/browser-detect/src/Parser.php(168): Illuminate\Cache\CacheManager->__call()
#8 /var/www/html/app/Services/SessionInfoExtractor.php(34): hisorange\BrowserDetect\Parser->parse()
@onlime
Copy link

onlime commented Jan 26, 2025

@jhm-ciberman see my #229, removed league/pipeline dependency completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants