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

Commit

Permalink
Deprecate RouteResultObserverInterface
Browse files Browse the repository at this point in the history
This functionality was moved to zend-expressive in
zendframework/zend-expressive#206.
  • Loading branch information
weierophinney committed Dec 3, 2015
1 parent deedad4 commit 0d5f10b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ This package provides the following classes and interfaces:
`ServerRequest` messages.
- `Route`, a value object describing routed middleware.
- `RouteResult`, a value object describing the results of routing.
- `RouteResultObserverInterface`, which allows you to create observers for
`Zend\Expressive\Application` that will be updated when a `RouteResult` has
been obtained.

## Installation

Expand Down
4 changes: 4 additions & 0 deletions src/RouteResultObserverInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

namespace Zend\Expressive\Router;

/**
* @deprecated Since 1.0.1. Use Zend\Expressive\RouteResultObserverInterface
* from the zendframework/zend-expressive package instead.
*/
interface RouteResultObserverInterface
{
/**
Expand Down

0 comments on commit 0d5f10b

Please sign in to comment.