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

Update creating-middleware.md #188

Open tworzenieweb opened 5 years ago

tworzenieweb commented 5 years ago

Fixed a typo in $handler invocation in the documentation for creating-middleware.md

Xerkus commented 5 years ago

handler is an instance of a handler interface and not callable itself, so handle() method should be called on it

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-stratigility; a new issue has been opened at https://github.com/laminas/laminas-stratigility/issues/4.

weierophinney commented 4 years ago

This repository has been moved to laminas/laminas-stratigility. If you feel that this patch is still relevant, please re-open against that repository, and reference this issue. To re-open, we suggest the following workflow: