zendframework / zend-stratigility

Middleware for PHP built on top of PSR-7 and PSR-15
BSD 3-Clause "New" or "Revised" License
235 stars 57 forks source link

Mark `MiddlewareInterface` as deprecated #110

Closed marcosh closed 7 years ago

marcosh commented 7 years ago

As it is stated in middleware.md, MiddlewareInterface is now deprecated in version 2.

Moreover, in to-v2.md it is stated that MiddlewareInterface was removed in version 2.

Would it make sense to add a @deprecated tag on the class itself?