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
thrownewUnexpectedTypeException($name, 'string or null');
781
-
}
782
-
783
775
if (!self::isValidName($name)) {
784
776
thrownewInvalidArgumentException(sprintf('The name "%s" contains illegal characters. Names should start with a letter, digit or underscore and only contain letters, digits, numbers, underscores ("_"), hyphens ("-") and colons (":").', $name));
785
777
}
@@ -794,10 +786,8 @@ public static function validateName($name)
794
786
* * starts with a letter, digit or underscore
795
787
* * contains only letters, digits, numbers, underscores ("_"),
0 commit comments