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

Commit

Permalink
Deprecate the route result observer system
Browse files Browse the repository at this point in the history
Per the changes in zendframework/zend-expressive#270, the route result
observer system is no longer necessary, and is now deprecated.
  • Loading branch information
weierophinney committed Jan 18, 2016
1 parent 5b50e77 commit 7145ded
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/RouteResultObserverInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

/**
* An object that is interested in the route results.
*
* @deprecated since 1.2.0; will be removed in 2.0.0.
*/
interface RouteResultObserverInterface
{
Expand Down
2 changes: 2 additions & 0 deletions src/RouteResultSubjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
* is typically the subject.
*
* @since 1.1.0
* @deprecated since 1.2.0; will be removed in 2.0.0. Zend\Expressive\Application
* stopped implementing this as of 1.0.0RC6.
*/
interface RouteResultSubjectInterface
{
Expand Down

0 comments on commit 7145ded

Please sign in to comment.