Skip to content

Commit ae9fd0b

Browse files
committed
Comply with parent
1 parent ff683e1 commit ae9fd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/form/nodes/Validators/StringValidator.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func _on_text_changed(
9393
## Validates given text against all rules and returns validity
9494
func validate(
9595
## Text to validate
96-
subject: String
96+
subject: Object
9797
) -> bool:
9898
super.validate(subject)
9999
var _regex := RegEx.new()

0 commit comments

Comments
 (0)