From 6e5b4908ae391745b3b569500596fbc19f3f5d2a Mon Sep 17 00:00:00 2001 From: Josselin Feist Date: Wed, 7 Dec 2022 17:02:05 +0100 Subject: [PATCH] Fix codex --- src/tokens/ERC1155.sol | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tokens/ERC1155.sol b/src/tokens/ERC1155.sol index 1cef5d29..994c816b 100644 --- a/src/tokens/ERC1155.sol +++ b/src/tokens/ERC1155.sol @@ -265,11 +265,6 @@ abstract contract ERC1155TokenReceiver { /** * @dev Function to receive a batch of ERC1155 tokens. - * @param _operator The address which called the function. - * @param _from The address of the sender. - * @param _ids An array of the ids of the tokens being sent. - * @param _values An array of the values of the tokens being sent. - * @param _data Any extra data with the transaction. * @return The function selector of the ERC1155TokenReceiver.onERC1155BatchReceived function. */ function onERC1155BatchReceived(