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

deprecations #47

Open
jdbaha opened this issue Dec 25, 2024 · 1 comment
Open

deprecations #47

jdbaha opened this issue Dec 25, 2024 · 1 comment

Comments

@jdbaha
Copy link

jdbaha commented Dec 25, 2024

Tabuna\Breadcrumbs\BreadcrumbsComponent::__construct(): Implicitly marking parameter $active as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/tabuna/breadcrumbs/src/BreadcrumbsComponent.php on line 46 Tabuna\Breadcrumbs\Crumb::__construct(): Implicitly marking parameter $url as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/vendor/tabuna/breadcrumbs/src/Crumb.php on line 33

should be ?string $url = null instead of string $url = null

@tabuna
Copy link
Owner

tabuna commented Dec 25, 2024

It seems like you're using an older version of the package.
Recently, this pull request was added: #43, and it was included in version 4.2.1. Try updating! 😊

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

No branches or pull requests

2 participants