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

Improve typehinting for RouteParserInterface #3133

Commits on Dec 31, 2021

  1. Improve typehinting for RouteParserInterface

    Previous typehinting (by docblock) was not sufficient, it only defined
    the value of the array. However, both `$data` as `$queryParams` are arrays
    where the key as well as value is a string.
    
    By improving the typehinting for these values, e.g. static analysis tools
    will recognize this.
    jerowork committed Dec 31, 2021
    Configuration menu
    Copy the full SHA
    ce77d03 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    303e0ed View commit details
    Browse the repository at this point in the history