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] Boolean values always return true
When casting Strings to Bools, PHP will consider any non empty string as true, so `”false”` is actually `true`.