Migrate to inheritdoc (#5636)

Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
This commit is contained in:
Vittorio Minacori
2025-04-21 20:19:10 +02:00
committed by GitHub
parent 06ea3b1b4e
commit aaf955de56
29 changed files with 129 additions and 325 deletions

View File

@ -110,9 +110,7 @@ abstract contract EIP712 is IERC5267 {
return MessageHashUtils.toTypedDataHash(_domainSeparatorV4(), structHash);
}
/**
* @inheritdoc IERC5267
*/
/// @inheritdoc IERC5267
function eip712Domain()
public
view