Skip to content

Commit d657079

Browse files
committed
Merge branch 'master' of https://github.com/phpMv/phpMv-UI
2 parents 49d5bed + 76bc891 commit d657079

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)