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
the root cause is that the value of Validator::ERROR_ALL is bigger than PHP_INT_MAX on a 32bits build of PHP (as PHP integers are signed integers) and so becomes a float.