APYBreadcrumbTrailBundle icon indicating copy to clipboard operation
APYBreadcrumbTrailBundle copied to clipboard

PHP 8.1 deprecation warnings

Open knallcharge opened this issue 3 years ago • 1 comments

After updating to PHP 8.1 the following warnings are issued:

Deprecated: Return type of APY\BreadcrumbTrailBundle\BreadcrumbTrail\Trail::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in vendor\apy\breadcrumbtrail-bundle\src\BreadcrumbTrail\Trail.php on line 199 Deprecated: Return type of APY\BreadcrumbTrailBundle\BreadcrumbTrail\Trail::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in vendor\apy\breadcrumbtrail-bundle\src\BreadcrumbTrail\Trail.php on line 191

knallcharge avatar Feb 04 '22 10:02 knallcharge

https://github.com/APY/APYBreadcrumbTrailBundle/pull/83

Azikar avatar May 19 '22 06:05 Azikar

#83 was merged and released in v1.9.0

rvanlaak avatar Jan 06 '23 08:01 rvanlaak