breadcrumbs icon indicating copy to clipboard operation
breadcrumbs copied to clipboard

deprecations

Open jdbaha opened this issue 1 year ago • 1 comments

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

jdbaha avatar Dec 25 '24 22:12 jdbaha

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

tabuna avatar Dec 25 '24 22:12 tabuna