Remove override interface implementations (#4315)

Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
Renan Souza
2023-06-06 21:13:08 -03:00
committed by GitHub
parent 4fd2f8be33
commit df2778f38e
26 changed files with 99 additions and 118 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': minor
---
Remove the `override` specifier from functions that only override a single interface function.