You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Bumped glueful/framework → ^1.50.2. The 1.50.2 patch adds the editor-clean @queryParam name:type="…" route-doc tag (parsed into the OpenAPI spec, avoiding the reserved-@param IDE/Intelephense false positives) and fixes a doc-gen bug that dropped path parameters from routes which also declared a query parameter. Framework-only — no env vars, no migrations, no API breaks.
Upgrade Notes
No action required.composer update glueful/framework picks up 1.50.2; the previous ^1.50.1 constraint already permitted it. The new route-doc tag is opt-in and the legacy @param form still works.