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
in the yaml specification, it is shown that 123_456_789 should be a valid number (see part on validation). In Symfony, this is interpreted as a string, but it should be interpreted as a valid integer.