George Steel
George Steel
@boesing - I'd appreciate another review when you get a chance! Cheers.
TYVM @boesing 🙏
Added docs issue over at https://github.com/mezzio/mezzio/issues/183
Yes, I since noticed the indirect tests - I ran coverage locally and it came out at 0% because of the `#[CoversClass]` on the collector test case. I'll add an...
Closed via #67
Is this section not just a case of mistaken interface name, i.e. should be changed to `SessionCookiePersistenceInterface`? This interface is also covered in `session.md`
FWIW, I normally setup routes by delegating around `RouteCollector` so that on the cli, if I need to generate routes, I can just grab the router from the container in...