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
public$message = 'This is not a valid Business Identifier Code (BIC).';
41
+
42
+
publicfunction__construct($options = null)
43
+
{
44
+
if (!class_exists(Intl::class)) {
45
+
// throw new LogicException(sprintf('The "symfony/intl" component is required to use the "%s" constraint.', __CLASS__));
46
+
@trigger_error(sprintf('Using the "%s" constraint without the "symfony/intl" component installed is deprecated since Symfony 4.2.', __CLASS__), E_USER_DEPRECATED);
0 commit comments