We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74063ea commit 49d5bedCopy full SHA for 49d5bed
Ajax/semantic/components/validation/Rule.php
@@ -56,6 +56,7 @@ public function setValue($value) {
56
return $this;
57
}
58
59
+ #[\ReturnTypeWillChange]
60
public function jsonSerialize() {
61
$result= ["type"=>$this->type];
62
if(isset($this->prompt))
0 commit comments