Skip to content

Commit bc5c9ae

Browse files
committed
fix changeset
1 parent 99b60e0 commit bc5c9ae

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

doc/Migration/5.x-6.x.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,4 @@ This makes the framework as bit less flexible for special use cases, but easier
77

88
Resulting changes:
99
- `Chubbyphp\Framework\Handler\RouteRequestHandler::__construct` does not take a `Chubbyphp\Framework\Middleware\MiddlewareDispatcherInterface` as argument anymore.
10-
- `Chubbyphp\Framework\Application::__construct` does not take a `Chubbyphp\Framework\Middleware\MiddlewareDispatcherInterface` and `Chubbyphp\Framework\Handler\RouteRequestHandler` as argument anymore.
11-
12-
**If you need a custom `Chubbyphp\Framework\Middleware\PipeMiddleware` for your use case:**
13-
14-
I suggest you:
15-
- Create an own `Chubbyphp\Framework\Application` and `Chubbyphp\Framework\Handler\RouteRequestHandler` onces you read the code you'll see it's little to replace and to maintain yourself.
16-
- Create an issue convincing me to find a better solution with you in collaboration
17-
18-
`Chubbyphp\Framework\Collection` gets dropped, cause i do not believe the additional runtime security for typing arrays was worth the performance hit. Use phpstan or something compatible to prevent mistakes in usage.
10+
- `Chubbyphp\Framework\Application::__construct` does not take a `Chubbyphp\Framework\Middleware\MiddlewareDispatcherInterface` as argument anymore.

0 commit comments

Comments
 (0)