|
@@ -44,7 +44,7 @@ contract ERC20ReturnFalseMockUpgradeable is Initializable, ContextUpgradeable {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * This empty reserved space is put in place to allow future versions to add new
|
|
|
+ * @dev This empty reserved space is put in place to allow future versions to add new
|
|
|
* variables without shifting down storage in the inheritance chain.
|
|
|
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
|
|
|
*/
|
|
@@ -91,7 +91,7 @@ contract ERC20ReturnTrueMockUpgradeable is Initializable, ContextUpgradeable {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * This empty reserved space is put in place to allow future versions to add new
|
|
|
+ * @dev This empty reserved space is put in place to allow future versions to add new
|
|
|
* variables without shifting down storage in the inheritance chain.
|
|
|
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
|
|
|
*/
|
|
@@ -135,7 +135,7 @@ contract ERC20NoReturnMockUpgradeable is Initializable, ContextUpgradeable {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * This empty reserved space is put in place to allow future versions to add new
|
|
|
+ * @dev This empty reserved space is put in place to allow future versions to add new
|
|
|
* variables without shifting down storage in the inheritance chain.
|
|
|
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
|
|
|
*/
|
|
@@ -184,7 +184,7 @@ contract SafeERC20WrapperUpgradeable is Initializable, ContextUpgradeable {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * This empty reserved space is put in place to allow future versions to add new
|
|
|
+ * @dev This empty reserved space is put in place to allow future versions to add new
|
|
|
* variables without shifting down storage in the inheritance chain.
|
|
|
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
|
|
|
*/
|