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
Psalm analysis on a search model via self::find() crashes with specific set of circumstances around the way the query is structured, and the number of conditions.
If the same query is defined on the model (e.g. Post::find()) it is ok.
Psalm analysis on a search model via self::find() crashes with specific set of circumstances around the way the query is structured, and the number of conditions.
If the same query is defined on the model (e.g. Post::find()) it is ok.