diff --git a/docs/book/v4/migration.md b/docs/book/v4/migration.md index 6a27bde..d09d108 100644 --- a/docs/book/v4/migration.md +++ b/docs/book/v4/migration.md @@ -23,7 +23,6 @@ As a result, a number of signatures have been changed. Primarily, these were a matter of updating typehints on `Laminas\Stratigility\Middleware\ErrorHandler` & `Laminas\Stratigility\Handler\NotFoundHandler`. - ```php use Psr\Http\Message\RequestFactoryInterface; @@ -55,4 +54,4 @@ The following deprecated utility functions have been removed: - `Zend\Stratigility::doublePassMiddleware(...)` - `Zend\Stratigility::host(...)` - `Zend\Stratigility::middleware(...)` -- `Zend\Stratigility::path(...)` \ No newline at end of file +- `Zend\Stratigility::path(...)`