Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move parameters group into current route #128

Merged
merged 17 commits into from
Nov 22, 2021
Merged
2 changes: 1 addition & 1 deletion src/CurrentRouteInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function getParameters(): array;
* Returns the current route parameter.
*
* @param string $name
* @param null $default
* @param mixed|null $default
rustamwin marked this conversation as resolved.
Show resolved Hide resolved
*
* @return mixed
*/
Expand Down