mezzio / mezzio-laminasviewrenderer

laminas-view PhpRenderer integration for Mezzio
https://docs.mezzio.dev/mezzio/features/template/laminas-view/
BSD 3-Clause "New" or "Revised" License
6 stars 12 forks source link

Update UrlHelper to depend on `UrlHelperInterface` instead of the final implementation. Update dependencies, correct type annotations due to improved types #40

Closed Slamdunk closed 1 year ago

Slamdunk commented 1 year ago
Q A
Documentation no
Bugfix no
BC Break no
New Feature yes
RFC no
QA no

Description

Follow up of https://github.com/mezzio/mezzio-helpers/pull/32 and https://github.com/mezzio/mezzio-helpers/pull/35

In order to respect the new @final tag, both UrlHelperMiddleware and UrlHelperMiddlewareFactory need to typehint the new interface.

Ping @gsteel