DASPRiD / Dash

Flexible PSR-7 compliant HTTP router
BSD 2-Clause "Simplified" License
29 stars 9 forks source link

Params and match length in `ParseResult` should be cast to `(array)` and `(int)` #17

Closed Ocramius closed 10 years ago

Ocramius commented 10 years ago

Just to ensure type safety: https://github.com/DASPRiD/Dash/blob/2271fdbfdb7a627f22cb8cb51223a6ec1a98aeeb/src/Dash/Mvc/Router/Http/Parser/ParseResult.php

DASPRiD commented 10 years ago

Params are already strict typed, but I agree with the length.