Skip to content

Commit 76bc891

Browse files
authored
Update FieldValidation.php
1 parent 74063ea commit 76bc891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ajax/semantic/components/validation/FieldValidation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function addRule($type, $prompt = NULL, $value = NULL) {
8484
return $rule;
8585
}
8686

87-
# [\ReturnTypeWillChange]
87+
#[\ReturnTypeWillChange]
8888
public function jsonSerialize() {
8989
$result = [
9090
"identifier" => $this->identifier,

0 commit comments

Comments
 (0)