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
refactor: address PR review feedback on types, grammar, and aud handling
- DeleteInstanceTrait: declare exitRemoteCall() as never to enforce
termination contract; keep deleteInstance() as void with @return never doc
- SSOTokenGenerator: accept string|array<string> for aud claim, validate
all array elements are non-empty strings before passing to permittedFor()
- SSODataTrait: rename $val to $value in getLocale/getTags for consistency
- SharedDataTrait: fix grammar 'a editor' -> 'an editor' in docblock
- SSOTokenTest: apply operator_linebreak cs-fixer fix
Co-Authored-By: Opencode <opencode@noreply.opencode.ai>
Co-Authored-By: GitHub Copilot <copilot@noreply.github.com>
0 commit comments