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

Remove HTTP namespace #71

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/book/migration/to-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Finally, if you are creating an `onerror` handler for the `FinalHandler`, update
your typehints to refer to the PSR-7 request and response interfaces instead of
the Stratigility decorators, if you aren't already.

The `Zend\Stratigility\Http` classes, interfaces, and namespace will be removed
The `Zend\Stratigility\Http` classes, interfaces, and namespace are removed
in version 2.0.0.

## Error handling
Expand Down Expand Up @@ -175,3 +175,6 @@ The following classes, methods, and arguments are removed starting in version
internally.
- The `$err` argument to `Zend\Stratigility\Next`'s `__invoke()` method. If
passed, it will now be ignored.
- `Zend\Stratigility\Http\Request` (class)
- `Zend\Stratigility\Http\ResponseInterface` (interface)
- `Zend\Stratigility\Http\Response` (class)
Loading