Browse Source

Transpile 07173205

github-actions 3 years ago
parent
commit
4bb39bda6c
100 changed files with 110 additions and 110 deletions
  1. 1 1
      contracts/access/AccessControlEnumerableUpgradeable.sol
  2. 1 1
      contracts/access/AccessControlUpgradeable.sol
  3. 1 1
      contracts/access/OwnableUpgradeable.sol
  4. 1 1
      contracts/finance/PaymentSplitterUpgradeable.sol
  5. 1 1
      contracts/finance/VestingWalletUpgradeable.sol
  6. 1 1
      contracts/governance/GovernorUpgradeable.sol
  7. 1 1
      contracts/governance/IGovernorUpgradeable.sol
  8. 1 1
      contracts/governance/TimelockControllerUpgradeable.sol
  9. 1 1
      contracts/governance/compatibility/GovernorCompatibilityBravoUpgradeable.sol
  10. 1 1
      contracts/governance/compatibility/IGovernorCompatibilityBravoUpgradeable.sol
  11. 1 1
      contracts/governance/extensions/GovernorCountingSimpleUpgradeable.sol
  12. 1 1
      contracts/governance/extensions/GovernorPreventLateQuorumUpgradeable.sol
  13. 1 1
      contracts/governance/extensions/GovernorProposalThresholdUpgradeable.sol
  14. 1 1
      contracts/governance/extensions/GovernorSettingsUpgradeable.sol
  15. 1 1
      contracts/governance/extensions/GovernorTimelockCompoundUpgradeable.sol
  16. 1 1
      contracts/governance/extensions/GovernorTimelockControlUpgradeable.sol
  17. 1 1
      contracts/governance/extensions/GovernorVotesCompUpgradeable.sol
  18. 1 1
      contracts/governance/extensions/GovernorVotesQuorumFractionUpgradeable.sol
  19. 1 1
      contracts/governance/extensions/GovernorVotesUpgradeable.sol
  20. 1 1
      contracts/governance/extensions/IGovernorTimelockUpgradeable.sol
  21. 1 1
      contracts/governance/utils/VotesUpgradeable.sol
  22. 1 1
      contracts/metatx/ERC2771ContextUpgradeable.sol
  23. 1 1
      contracts/metatx/MinimalForwarderUpgradeable.sol
  24. 1 1
      contracts/mocks/AccessControlEnumerableMockUpgradeable.sol
  25. 1 1
      contracts/mocks/AccessControlMockUpgradeable.sol
  26. 1 1
      contracts/mocks/AddressImplUpgradeable.sol
  27. 1 1
      contracts/mocks/ArraysImplUpgradeable.sol
  28. 2 2
      contracts/mocks/BadBeaconUpgradeable.sol
  29. 1 1
      contracts/mocks/Base64MockUpgradeable.sol
  30. 1 1
      contracts/mocks/BitmapMockUpgradeable.sol
  31. 1 1
      contracts/mocks/CallReceiverMockUpgradeable.sol
  32. 1 1
      contracts/mocks/CheckpointsImplUpgradeable.sol
  33. 1 1
      contracts/mocks/ClashingImplementationUpgradeable.sol
  34. 1 1
      contracts/mocks/ClonesMockUpgradeable.sol
  35. 1 1
      contracts/mocks/ConditionalEscrowMockUpgradeable.sol
  36. 2 2
      contracts/mocks/ContextMockUpgradeable.sol
  37. 1 1
      contracts/mocks/CountersImplUpgradeable.sol
  38. 1 1
      contracts/mocks/Create2ImplUpgradeable.sol
  39. 3 3
      contracts/mocks/DummyImplementationUpgradeable.sol
  40. 1 1
      contracts/mocks/ECDSAMockUpgradeable.sol
  41. 1 1
      contracts/mocks/EIP712ExternalUpgradeable.sol
  42. 1 1
      contracts/mocks/ERC1155BurnableMockUpgradeable.sol
  43. 1 1
      contracts/mocks/ERC1155MockUpgradeable.sol
  44. 1 1
      contracts/mocks/ERC1155PausableMockUpgradeable.sol
  45. 1 1
      contracts/mocks/ERC1155ReceiverMockUpgradeable.sol
  46. 1 1
      contracts/mocks/ERC1155SupplyMockUpgradeable.sol
  47. 1 1
      contracts/mocks/ERC1271WalletMockUpgradeable.sol
  48. 2 2
      contracts/mocks/ERC165/ERC165InterfacesSupportedUpgradeable.sol
  49. 1 1
      contracts/mocks/ERC165/ERC165MissingDataUpgradeable.sol
  50. 1 1
      contracts/mocks/ERC165/ERC165NotSupportedUpgradeable.sol
  51. 1 1
      contracts/mocks/ERC165CheckerMockUpgradeable.sol
  52. 1 1
      contracts/mocks/ERC165MockUpgradeable.sol
  53. 1 1
      contracts/mocks/ERC165StorageMockUpgradeable.sol
  54. 1 1
      contracts/mocks/ERC1820ImplementerMockUpgradeable.sol
  55. 1 1
      contracts/mocks/ERC20BurnableMockUpgradeable.sol
  56. 1 1
      contracts/mocks/ERC20CappedMockUpgradeable.sol
  57. 1 1
      contracts/mocks/ERC20DecimalsMockUpgradeable.sol
  58. 1 1
      contracts/mocks/ERC20FlashMintMockUpgradeable.sol
  59. 1 1
      contracts/mocks/ERC20MockUpgradeable.sol
  60. 1 1
      contracts/mocks/ERC20PausableMockUpgradeable.sol
  61. 1 1
      contracts/mocks/ERC20PermitMockUpgradeable.sol
  62. 1 1
      contracts/mocks/ERC20SnapshotMockUpgradeable.sol
  63. 1 1
      contracts/mocks/ERC20VotesCompMockUpgradeable.sol
  64. 1 1
      contracts/mocks/ERC20VotesMockUpgradeable.sol
  65. 1 1
      contracts/mocks/ERC20WrapperMockUpgradeable.sol
  66. 1 1
      contracts/mocks/ERC2771ContextMockUpgradeable.sol
  67. 1 1
      contracts/mocks/ERC3156FlashBorrowerMockUpgradeable.sol
  68. 1 1
      contracts/mocks/ERC721BurnableMockUpgradeable.sol
  69. 1 1
      contracts/mocks/ERC721EnumerableMockUpgradeable.sol
  70. 1 1
      contracts/mocks/ERC721MockUpgradeable.sol
  71. 1 1
      contracts/mocks/ERC721PausableMockUpgradeable.sol
  72. 1 1
      contracts/mocks/ERC721ReceiverMockUpgradeable.sol
  73. 1 1
      contracts/mocks/ERC721RoyaltyMockUpgradeable.sol
  74. 1 1
      contracts/mocks/ERC721URIStorageMockUpgradeable.sol
  75. 1 1
      contracts/mocks/ERC721VotesMockUpgradeable.sol
  76. 1 1
      contracts/mocks/ERC777MockUpgradeable.sol
  77. 1 1
      contracts/mocks/ERC777SenderRecipientMockUpgradeable.sol
  78. 1 1
      contracts/mocks/EnumerableMapMockUpgradeable.sol
  79. 3 3
      contracts/mocks/EnumerableSetMockUpgradeable.sol
  80. 1 1
      contracts/mocks/EtherReceiverMockUpgradeable.sol
  81. 1 1
      contracts/mocks/GovernorCompMockUpgradeable.sol
  82. 1 1
      contracts/mocks/GovernorCompatibilityBravoMockUpgradeable.sol
  83. 1 1
      contracts/mocks/GovernorMockUpgradeable.sol
  84. 1 1
      contracts/mocks/GovernorPreventLateQuorumMockUpgradeable.sol
  85. 1 1
      contracts/mocks/GovernorTimelockCompoundMockUpgradeable.sol
  86. 1 1
      contracts/mocks/GovernorTimelockControlMockUpgradeable.sol
  87. 1 1
      contracts/mocks/GovernorVoteMockUpgradeable.sol
  88. 1 1
      contracts/mocks/MathMockUpgradeable.sol
  89. 1 1
      contracts/mocks/MerkleProofWrapperUpgradeable.sol
  90. 1 1
      contracts/mocks/MulticallTestUpgradeable.sol
  91. 1 1
      contracts/mocks/MulticallTokenMockUpgradeable.sol
  92. 1 1
      contracts/mocks/OwnableMockUpgradeable.sol
  93. 1 1
      contracts/mocks/PausableMockUpgradeable.sol
  94. 1 1
      contracts/mocks/PullPaymentMockUpgradeable.sol
  95. 1 1
      contracts/mocks/ReentrancyAttackUpgradeable.sol
  96. 1 1
      contracts/mocks/ReentrancyMockUpgradeable.sol
  97. 1 1
      contracts/mocks/SafeCastMockUpgradeable.sol
  98. 4 4
      contracts/mocks/SafeERC20HelperUpgradeable.sol
  99. 1 1
      contracts/mocks/SafeMathMockUpgradeable.sol
  100. 1 1
      contracts/mocks/SignatureCheckerMockUpgradeable.sol

+ 1 - 1
contracts/access/AccessControlEnumerableUpgradeable.sol

@@ -69,7 +69,7 @@ abstract contract AccessControlEnumerableUpgradeable is Initializable, IAccessCo
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/access/AccessControlUpgradeable.sol

@@ -228,7 +228,7 @@ abstract contract AccessControlUpgradeable 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/access/OwnableUpgradeable.sol

@@ -80,7 +80,7 @@ abstract contract OwnableUpgradeable 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/finance/PaymentSplitterUpgradeable.sol

@@ -193,7 +193,7 @@ contract PaymentSplitterUpgradeable 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/finance/VestingWalletUpgradeable.sol

@@ -143,7 +143,7 @@ contract VestingWalletUpgradeable 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/GovernorUpgradeable.sol

@@ -390,7 +390,7 @@ abstract contract GovernorUpgradeable is Initializable, ContextUpgradeable, ERC1
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/IGovernorUpgradeable.sol

@@ -223,7 +223,7 @@ abstract contract IGovernorUpgradeable is Initializable, IERC165Upgradeable {
     ) public virtual returns (uint256 balance);
     ) public virtual returns (uint256 balance);
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/TimelockControllerUpgradeable.sol

@@ -361,7 +361,7 @@ contract TimelockControllerUpgradeable is Initializable, AccessControlUpgradeabl
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/compatibility/GovernorCompatibilityBravoUpgradeable.sol

@@ -293,7 +293,7 @@ abstract contract GovernorCompatibilityBravoUpgradeable is Initializable, IGover
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/compatibility/IGovernorCompatibilityBravoUpgradeable.sol

@@ -119,7 +119,7 @@ abstract contract IGovernorCompatibilityBravoUpgradeable is Initializable, IGove
     function getReceipt(uint256 proposalId, address voter) public view virtual returns (Receipt memory);
     function getReceipt(uint256 proposalId, address voter) public view virtual returns (Receipt memory);
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/extensions/GovernorCountingSimpleUpgradeable.sol

@@ -111,7 +111,7 @@ abstract contract GovernorCountingSimpleUpgradeable is Initializable, GovernorUp
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/extensions/GovernorPreventLateQuorumUpgradeable.sol

@@ -111,7 +111,7 @@ abstract contract GovernorPreventLateQuorumUpgradeable is Initializable, Governo
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/extensions/GovernorProposalThresholdUpgradeable.sol

@@ -28,7 +28,7 @@ abstract contract GovernorProposalThresholdUpgradeable is Initializable, Governo
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/extensions/GovernorSettingsUpgradeable.sol

@@ -122,7 +122,7 @@ abstract contract GovernorSettingsUpgradeable is Initializable, GovernorUpgradea
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/extensions/GovernorTimelockCompoundUpgradeable.sol

@@ -250,7 +250,7 @@ abstract contract GovernorTimelockCompoundUpgradeable is Initializable, IGoverno
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/extensions/GovernorTimelockControlUpgradeable.sol

@@ -167,7 +167,7 @@ abstract contract GovernorTimelockControlUpgradeable is Initializable, IGovernor
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/extensions/GovernorVotesCompUpgradeable.sol

@@ -31,7 +31,7 @@ abstract contract GovernorVotesCompUpgradeable is Initializable, GovernorUpgrade
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/extensions/GovernorVotesQuorumFractionUpgradeable.sol

@@ -89,7 +89,7 @@ abstract contract GovernorVotesQuorumFractionUpgradeable is Initializable, Gover
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/extensions/GovernorVotesUpgradeable.sol

@@ -31,7 +31,7 @@ abstract contract GovernorVotesUpgradeable is Initializable, GovernorUpgradeable
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/extensions/IGovernorTimelockUpgradeable.sol

@@ -31,7 +31,7 @@ abstract contract IGovernorTimelockUpgradeable is Initializable, IGovernorUpgrad
     ) public virtual returns (uint256 proposalId);
     ) public virtual returns (uint256 proposalId);
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/governance/utils/VotesUpgradeable.sol

@@ -216,7 +216,7 @@ abstract contract VotesUpgradeable is Initializable, IVotesUpgradeable, ContextU
     function _getVotingUnits(address) internal virtual returns (uint256);
     function _getVotingUnits(address) internal virtual returns (uint256);
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/metatx/ERC2771ContextUpgradeable.sol

@@ -42,7 +42,7 @@ abstract contract ERC2771ContextUpgradeable 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/metatx/MinimalForwarderUpgradeable.sol

@@ -71,7 +71,7 @@ contract MinimalForwarderUpgradeable is Initializable, EIP712Upgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/AccessControlEnumerableMockUpgradeable.sol

@@ -21,7 +21,7 @@ contract AccessControlEnumerableMockUpgradeable is Initializable, AccessControlE
     function senderProtected(bytes32 roleId) public onlyRole(roleId) {}
     function senderProtected(bytes32 roleId) public onlyRole(roleId) {}
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/AccessControlMockUpgradeable.sol

@@ -21,7 +21,7 @@ contract AccessControlMockUpgradeable is Initializable, AccessControlUpgradeable
     function senderProtected(bytes32 roleId) public onlyRole(roleId) {}
     function senderProtected(bytes32 roleId) public onlyRole(roleId) {}
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/AddressImplUpgradeable.sol

@@ -46,7 +46,7 @@ contract AddressImplUpgradeable is Initializable {
     receive() external payable {}
     receive() external payable {}
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ArraysImplUpgradeable.sol

@@ -23,7 +23,7 @@ contract ArraysImplUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 2 - 2
contracts/mocks/BadBeaconUpgradeable.sol

@@ -10,7 +10,7 @@ contract BadBeaconNoImplUpgradeable is Initializable {    function __BadBeaconNo
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */
@@ -28,7 +28,7 @@ contract BadBeaconNotContractUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/Base64MockUpgradeable.sol

@@ -16,7 +16,7 @@ contract Base64MockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/BitmapMockUpgradeable.sol

@@ -32,7 +32,7 @@ contract BitMapMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/CallReceiverMockUpgradeable.sol

@@ -62,7 +62,7 @@ contract CallReceiverMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/CheckpointsImplUpgradeable.sol

@@ -28,7 +28,7 @@ contract CheckpointsImplUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ClashingImplementationUpgradeable.sol

@@ -23,7 +23,7 @@ contract ClashingImplementationUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ClonesMockUpgradeable.sol

@@ -41,7 +41,7 @@ contract ClonesMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ConditionalEscrowMockUpgradeable.sol

@@ -24,7 +24,7 @@ contract ConditionalEscrowMockUpgradeable is Initializable, ConditionalEscrowUpg
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 2 - 2
contracts/mocks/ContextMockUpgradeable.sol

@@ -24,7 +24,7 @@ contract ContextMockUpgradeable 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */
@@ -50,7 +50,7 @@ contract ContextMockCallerUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/CountersImplUpgradeable.sol

@@ -32,7 +32,7 @@ contract CountersImplUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/Create2ImplUpgradeable.sol

@@ -39,7 +39,7 @@ contract Create2ImplUpgradeable is Initializable {
     receive() external payable {}
     receive() external payable {}
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 3 - 3
contracts/mocks/DummyImplementationUpgradeable.sol

@@ -12,7 +12,7 @@ abstract contract ImplUpgradeable is Initializable {
     function version() public pure virtual returns (string memory);
     function version() public pure virtual returns (string memory);
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */
@@ -68,7 +68,7 @@ contract DummyImplementationUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */
@@ -90,7 +90,7 @@ contract DummyImplementationV2Upgradeable is Initializable, DummyImplementationU
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ECDSAMockUpgradeable.sol

@@ -46,7 +46,7 @@ contract ECDSAMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/EIP712ExternalUpgradeable.sol

@@ -35,7 +35,7 @@ contract EIP712ExternalUpgradeable is Initializable, EIP712Upgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC1155BurnableMockUpgradeable.sol

@@ -22,7 +22,7 @@ contract ERC1155BurnableMockUpgradeable is Initializable, ERC1155BurnableUpgrade
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC1155MockUpgradeable.sol

@@ -55,7 +55,7 @@ contract ERC1155MockUpgradeable is Initializable, ERC1155Upgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC1155PausableMockUpgradeable.sol

@@ -35,7 +35,7 @@ contract ERC1155PausableMockUpgradeable is Initializable, ERC1155MockUpgradeable
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC1155ReceiverMockUpgradeable.sol

@@ -61,7 +61,7 @@ contract ERC1155ReceiverMockUpgradeable is Initializable, ERC165Upgradeable, IER
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC1155SupplyMockUpgradeable.sol

@@ -26,7 +26,7 @@ contract ERC1155SupplyMockUpgradeable is Initializable, ERC1155MockUpgradeable,
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC1271WalletMockUpgradeable.sol

@@ -22,7 +22,7 @@ contract ERC1271WalletMockUpgradeable is Initializable, OwnableUpgradeable, IERC
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 2 - 2
contracts/mocks/ERC165/ERC165InterfacesSupportedUpgradeable.sol

@@ -54,7 +54,7 @@ contract SupportsInterfaceWithLookupMockUpgradeable is Initializable, IERC165Upg
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */
@@ -74,7 +74,7 @@ contract ERC165InterfacesSupportedUpgradeable is Initializable, SupportsInterfac
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC165/ERC165MissingDataUpgradeable.sol

@@ -12,7 +12,7 @@ contract ERC165MissingDataUpgradeable is Initializable {
     function supportsInterface(bytes4 interfaceId) public view {} // missing return
     function supportsInterface(bytes4 interfaceId) public view {} // missing return
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC165/ERC165NotSupportedUpgradeable.sol

@@ -10,7 +10,7 @@ contract ERC165NotSupportedUpgradeable is Initializable {    function __ERC165No
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC165CheckerMockUpgradeable.sol

@@ -30,7 +30,7 @@ contract ERC165CheckerMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC165MockUpgradeable.sol

@@ -12,7 +12,7 @@ contract ERC165MockUpgradeable is Initializable, ERC165Upgradeable {    function
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC165StorageMockUpgradeable.sol

@@ -16,7 +16,7 @@ contract ERC165StorageMockUpgradeable is Initializable, ERC165StorageUpgradeable
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC1820ImplementerMockUpgradeable.sol

@@ -16,7 +16,7 @@ contract ERC1820ImplementerMockUpgradeable is Initializable, ERC1820ImplementerU
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC20BurnableMockUpgradeable.sol

@@ -26,7 +26,7 @@ contract ERC20BurnableMockUpgradeable is Initializable, ERC20BurnableUpgradeable
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC20CappedMockUpgradeable.sol

@@ -26,7 +26,7 @@ contract ERC20CappedMockUpgradeable is Initializable, ERC20CappedUpgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC20DecimalsMockUpgradeable.sol

@@ -30,7 +30,7 @@ contract ERC20DecimalsMockUpgradeable is Initializable, ERC20Upgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC20FlashMintMockUpgradeable.sol

@@ -26,7 +26,7 @@ contract ERC20FlashMintMockUpgradeable is Initializable, ERC20FlashMintUpgradeab
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC20MockUpgradeable.sol

@@ -51,7 +51,7 @@ contract ERC20MockUpgradeable is Initializable, ERC20Upgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC20PausableMockUpgradeable.sol

@@ -44,7 +44,7 @@ contract ERC20PausableMockUpgradeable is Initializable, ERC20PausableUpgradeable
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC20PermitMockUpgradeable.sol

@@ -32,7 +32,7 @@ contract ERC20PermitMockUpgradeable is Initializable, ERC20PermitUpgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC20SnapshotMockUpgradeable.sol

@@ -38,7 +38,7 @@ contract ERC20SnapshotMockUpgradeable is Initializable, ERC20SnapshotUpgradeable
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC20VotesCompMockUpgradeable.sol

@@ -27,7 +27,7 @@ contract ERC20VotesCompMockUpgradeable is Initializable, ERC20VotesCompUpgradeab
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC20VotesMockUpgradeable.sol

@@ -27,7 +27,7 @@ contract ERC20VotesMockUpgradeable is Initializable, ERC20VotesUpgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC20WrapperMockUpgradeable.sol

@@ -26,7 +26,7 @@ contract ERC20WrapperMockUpgradeable is Initializable, ERC20WrapperUpgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC2771ContextMockUpgradeable.sol

@@ -22,7 +22,7 @@ contract ERC2771ContextMockUpgradeable is Initializable, ContextMockUpgradeable,
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC3156FlashBorrowerMockUpgradeable.sol

@@ -57,7 +57,7 @@ contract ERC3156FlashBorrowerMockUpgradeable is Initializable, IERC3156FlashBorr
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC721BurnableMockUpgradeable.sol

@@ -33,7 +33,7 @@ contract ERC721BurnableMockUpgradeable is Initializable, ERC721BurnableUpgradeab
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC721EnumerableMockUpgradeable.sol

@@ -55,7 +55,7 @@ contract ERC721EnumerableMockUpgradeable is Initializable, ERC721EnumerableUpgra
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC721MockUpgradeable.sol

@@ -45,7 +45,7 @@ contract ERC721MockUpgradeable is Initializable, ERC721Upgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC721PausableMockUpgradeable.sol

@@ -50,7 +50,7 @@ contract ERC721PausableMockUpgradeable is Initializable, ERC721PausableUpgradeab
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC721ReceiverMockUpgradeable.sol

@@ -46,7 +46,7 @@ contract ERC721ReceiverMockUpgradeable is Initializable, IERC721ReceiverUpgradea
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC721RoyaltyMockUpgradeable.sol

@@ -37,7 +37,7 @@ contract ERC721RoyaltyMockUpgradeable is Initializable, ERC721RoyaltyUpgradeable
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC721URIStorageMockUpgradeable.sol

@@ -59,7 +59,7 @@ contract ERC721URIStorageMockUpgradeable is Initializable, ERC721URIStorageUpgra
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC721VotesMockUpgradeable.sol

@@ -30,7 +30,7 @@ contract ERC721VotesMockUpgradeable is Initializable, ERC721VotesUpgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC777MockUpgradeable.sol

@@ -67,7 +67,7 @@ contract ERC777MockUpgradeable is Initializable, ContextUpgradeable, ERC777Upgra
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ERC777SenderRecipientMockUpgradeable.sol

@@ -168,7 +168,7 @@ contract ERC777SenderRecipientMockUpgradeable is Initializable, ContextUpgradeab
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/EnumerableMapMockUpgradeable.sol

@@ -52,7 +52,7 @@ contract EnumerableMapMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 3 - 3
contracts/mocks/EnumerableSetMockUpgradeable.sol

@@ -45,7 +45,7 @@ contract EnumerableBytes32SetMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */
@@ -92,7 +92,7 @@ contract EnumerableAddressSetMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */
@@ -139,7 +139,7 @@ contract EnumerableUintSetMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/EtherReceiverMockUpgradeable.sol

@@ -22,7 +22,7 @@ contract EtherReceiverMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/GovernorCompMockUpgradeable.sol

@@ -47,7 +47,7 @@ contract GovernorCompMockUpgradeable is Initializable, GovernorVotesCompUpgradea
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/GovernorCompatibilityBravoMockUpgradeable.sol

@@ -150,7 +150,7 @@ contract GovernorCompatibilityBravoMockUpgradeable is
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/GovernorMockUpgradeable.sol

@@ -69,7 +69,7 @@ contract GovernorMockUpgradeable is
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/GovernorPreventLateQuorumMockUpgradeable.sol

@@ -71,7 +71,7 @@ contract GovernorPreventLateQuorumMockUpgradeable is
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/GovernorTimelockCompoundMockUpgradeable.sol

@@ -118,7 +118,7 @@ contract GovernorTimelockCompoundMockUpgradeable is
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/GovernorTimelockControlMockUpgradeable.sol

@@ -118,7 +118,7 @@ contract GovernorTimelockControlMockUpgradeable is
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/GovernorVoteMockUpgradeable.sol

@@ -47,7 +47,7 @@ contract GovernorVoteMocksUpgradeable is Initializable, GovernorVotesUpgradeable
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/MathMockUpgradeable.sol

@@ -28,7 +28,7 @@ contract MathMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/MerkleProofWrapperUpgradeable.sol

@@ -24,7 +24,7 @@ contract MerkleProofWrapperUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/MulticallTestUpgradeable.sol

@@ -28,7 +28,7 @@ contract MulticallTestUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/MulticallTokenMockUpgradeable.sol

@@ -15,7 +15,7 @@ contract MulticallTokenMockUpgradeable is Initializable, ERC20MockUpgradeable, M
     function __MulticallTokenMock_init_unchained(uint256) internal onlyInitializing {}
     function __MulticallTokenMock_init_unchained(uint256) internal onlyInitializing {}
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/OwnableMockUpgradeable.sol

@@ -13,7 +13,7 @@ contract OwnableMockUpgradeable is Initializable, OwnableUpgradeable {    functi
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/PausableMockUpgradeable.sol

@@ -36,7 +36,7 @@ contract PausableMockUpgradeable is Initializable, PausableUpgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/PullPaymentMockUpgradeable.sol

@@ -19,7 +19,7 @@ contract PullPaymentMockUpgradeable is Initializable, PullPaymentUpgradeable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ReentrancyAttackUpgradeable.sol

@@ -17,7 +17,7 @@ contract ReentrancyAttackUpgradeable 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/ReentrancyMockUpgradeable.sol

@@ -48,7 +48,7 @@ contract ReentrancyMockUpgradeable is Initializable, ReentrancyGuardUpgradeable
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/SafeCastMockUpgradeable.sol

@@ -71,7 +71,7 @@ contract SafeCastMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 4 - 4
contracts/mocks/SafeERC20HelperUpgradeable.sol

@@ -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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/SafeMathMockUpgradeable.sol

@@ -143,7 +143,7 @@ contract SafeMathMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

+ 1 - 1
contracts/mocks/SignatureCheckerMockUpgradeable.sol

@@ -22,7 +22,7 @@ contract SignatureCheckerMockUpgradeable is Initializable {
     }
     }
 
 
     /**
     /**
-     * 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.
      * variables without shifting down storage in the inheritance chain.
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      * See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
      */
      */

Some files were not shown because too many files changed in this diff