APY / APYBreadcrumbTrailBundle

Generate a dynamic Twig breadcrumbs trail via Annotations, PHP Attributes or PHP methods.
80 stars 31 forks source link

return_type_warnings #83

Closed Azikar closed 2 years ago

Azikar commented 2 years ago

Return type of APY\BreadcrumbTrailBundle\BreadcrumbTrail\Trail::count() should be compatible with Countable::count(): int, suppress

Return type of APY\BreadcrumbTrailBundle\BreadcrumbTrail\Trail::getIterator() should be compatible with IteratorAggregate::getIterator(): Traversable

rvanlaak commented 2 years ago

Thanks. It seems the failing tests are not related, so will merge this.