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
fix(query-builder-mixin): specify return type for closure functions
- Add `@noinspection PhpUnused` annotation for unused symbols.
- Define explicit `mixed` return type for closures in `ddRawSql`, `ddSoarArrayScores`, and `ddSoarJsonScores` methods.
- Ensure compatibility with stricter type declarations for improved code stability and clarity.
0 commit comments