芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/woocommerce/vendor/opis/json-schema/src/ValidationResult.php
error = $error; } public function error(): ?ValidationError { return $this->error; } public function isValid(): bool { return $this->error === null; } public function hasError(): bool { return $this->error !== null; } public function __toString(): string { if ($this->error) { return $this->error->message(); } return ''; } }