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
array_diff() attempts to (string) $value in order to compare them. This is a problem when the values aren't stringable, like objects without __toString(), or arrays.