Closed dkreuer closed 7 years ago
this has been fixed in #200 already. i then wanted to actually test that everything works with php 7.2 before tagging a release, but got sidetracked by things not working in one of the phpcr dependencies. (https://github.com/phpcr/phpcr-utils/pull/174 if you are curious). as that problem is not trivial to figure out, and we already claim to be compatible with php 7.2, i will just tag 2.0.2 now as its definitely an improvement.
2.0.2 is now tagged
Thank you very much.
Currently the chain router fails in symfony context with
This is because the sortedRouters property is not initialized.
The change proposes to take the not initialized property into account while fetching all routes.