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

Return value of validateOperationParams is a list #1615

Merged
merged 2 commits into from
Oct 8, 2024

Commits on Oct 7, 2024

  1. Return value of validateOperationParams is a list

    The list built with `$errors[] = …` exclusively, which means it
    cannot have gaps.
    
    The helps libraries using this method, as they can type the
    result passing through as `list<…>` as well.
    mfn committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    4179c40 View commit details
    Browse the repository at this point in the history
  2. Prettify docs

    mfn authored and actions-user committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3c9052e View commit details
    Browse the repository at this point in the history