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
$this->message = 'Parameter must contain at most ' . $this->maxLength . ' chars. Valid chars are a-z, A-Z, 0-9, period, hyphen, and underscore. Can\'t start with a special char';
41
31
}
42
32
@@ -46,7 +36,6 @@ public function __construct(bool $allowInternal = false, int $maxLength = 255)
46
36
* Returns true if valid or false if not.
47
37
*
48
38
* @param $value
49
-
*
50
39
* @return bool
51
40
*/
52
41
publicfunctionisValid($value): bool
@@ -59,15 +48,14 @@ public function isValid($value): bool
0 commit comments