laminas / laminas-server

Create Reflection-based RPC servers
https://docs.laminas.dev/laminas-server/
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

Change class inheritance path by having new interfaces extend current interfaces #9

Closed arueckauer closed 4 years ago

arueckauer commented 4 years ago

Description

To ease the upgrade path, the in 3.0 introduced interfaces are extending the current interfaces, allowing users to implement new interfaces and simplify upgrading to 3.0.

Details see https://github.com/laminas/laminas-server/pull/7#discussion_r441084572.