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

fix: PHPDoc types in controller.tpl.php #8561

Merged
merged 5 commits into from
Feb 23, 2024

Commits on Feb 19, 2024

  1. fix: comments in template

    kenjis committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7b6b7d0 View commit details
    Browse the repository at this point in the history
  2. fix: add missing @param in template

    kenjis committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    40b9def View commit details
    Browse the repository at this point in the history
  3. fix: @param in template

    kenjis committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a988a38 View commit details
    Browse the repository at this point in the history
  4. fix: @return in template

    kenjis committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5ae47a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. fix: add type int for $id

    Now if we add type int to controller params, it works.
    So we must allow type-casting on controller parameters in the future.
    kenjis committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4b8a38d View commit details
    Browse the repository at this point in the history