Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Marked FinalHandler and ErrorMiddlewareInterface as deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Sep 26, 2016
1 parent 1cd44ed commit f653477
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ErrorMiddlewareInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
*
* Error middleware does something with the arguments passed, and then
* either returns a response, or calls `$out`, with or without the error.
*
* @deprecated since 1.3.0; will be removed with 2.0.0. Please see
* https://docs.zendframework.com/zend-stratigility/migration/to-v2/
* for more information on how to update your code for forwards
* compatibility.
*/
interface ErrorMiddlewareInterface
{
Expand Down
5 changes: 5 additions & 0 deletions src/FinalHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

/**
* Handle incomplete requests
*
* @deprecated since 1.3.0; will be removed with 2.0.0. Please see
* https://docs.zendframework.com/zend-stratigility/migration/to-v2/
* for more information on how to update your code for forwards
* compatibility.
*/
class FinalHandler
{
Expand Down

0 comments on commit f653477

Please sign in to comment.