zendframework / zend-stratigility

Middleware for PHP built on top of PSR-7 and PSR-15

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about marked a class as final

batumibiz opened this issue · comments

Class is marked as final
https://github.com/zendframework/zend-stratigility/blob/release-3.0.0/src/MiddlewarePipe.php#L31
But Expressive extends it, which causes a critical error.
https://github.com/zendframework/zend-expressive/blob/master/src/Application.php#L27
Will Expressive be corrected?
Or will you be offered some other solution?

#144

@batumibiz that's master. Expressive is still undergoing refactor to adapt to PSR-15

Is still under development!

See zendframework/zend-expressive#543

Many thanks for the clarification.
I will wait.
The question is closed

Many thanks for the clarification.

You are welcome! 😃