From 9dd50567904aa7ee0c2b8d923dbe0d37c0b10cc6 Mon Sep 17 00:00:00 2001 From: sc0Vu Date: Fri, 21 Dec 2018 00:19:56 +0800 Subject: [PATCH] Remove comments --- src/Eth.php | 46 ---------------------------------------------- src/Personal.php | 9 +-------- 2 files changed, 1 insertion(+), 54 deletions(-) diff --git a/src/Eth.php b/src/Eth.php index d99a4ea..78d9798 100644 --- a/src/Eth.php +++ b/src/Eth.php @@ -16,52 +16,6 @@ use Web3\Providers\HttpProvider; use Web3\RequestManagers\RequestManager; use Web3\RequestManagers\HttpRequestManager; -/** - * Class Eth - * @package Web3 - * @method int protocolVersion($callback) - * @method object|false eth_syncing($callback) - * @method string coinbase($callback) - * @method boolean mining($callback) - * @method string hashrate($callback) - * @method string gasPrice($callback) - * @method array accounts($callback) - * @method string blockNumber($callback) - * @method string getBalance(...$paramsAndcallback) - * @method string getStorageAt(...$paramsAndcallback) - * @method string getTransactionCount(...$paramsAndcallback) - * @method string getBlockTransactionCountByHash(...$paramsAndcallback) - * @method string getBlockTransactionCountByNumber(...$paramsAndcallback) - * @method string getUncleCountByBlockHash(...$paramsAndcallback) - * @method string getUncleCountByBlockNumber(...$paramsAndcallback) - * @method string getUncleByBlockHashAndIndex(...$paramsAndcallback) - * @method string getUncleByBlockNumberAndIndex(...$paramsAndcallback) - * @method string getCode(...$paramsAndcallback) - * @method string sign(...$paramsAndcallback) - * @method string sendTransaction(...$paramsAndcallback) - * @method string sendRawTransaction(...$paramsAndcallback) - * @method string call(...$paramsAndcallback) - * @method string estimateGas(...$paramsAndcallback) - * @method string getBlockByHash(...$paramsAndcallback) - * @method string getBlockByNumber(...$paramsAndcallback) - * @method string getTransactionByHash(...$paramsAndcallback) - * @method string getTransactionByBlockHashAndIndex(...$paramsAndcallback) - * @method string getTransactionReceipt(...$paramsAndcallback) - * @method string getCompilers(...$paramsAndcallback) - * @method string compileSolidity(...$paramsAndcallback) - * @method string compileLLL(...$paramsAndcallback) - * @method string compileSerpent(...$paramsAndcallback) - * @method string getWork(...$paramsAndcallback) - * @method string newFilter(...$paramsAndcallback) - * @method string newBlockFilter(...$paramsAndcallback) - * @method string newPendingTransactionFilter(...$paramsAndcallback) - * @method string uninstallFilter(...$paramsAndcallback) - * @method string getFilterChanges(...$paramsAndcallback) - * @method string getFilterLogs(...$paramsAndcallback) - * @method string getLogs(...$paramsAndcallback) - * @method string submitWork(...$paramsAndcallback) - * @method string submitHashrate(...$paramsAndcallback) - */ class Eth { /** diff --git a/src/Personal.php b/src/Personal.php index 1809c37..75aa200 100644 --- a/src/Personal.php +++ b/src/Personal.php @@ -15,14 +15,7 @@ use Web3\Providers\Provider; use Web3\Providers\HttpProvider; use Web3\RequestManagers\RequestManager; use Web3\RequestManagers\HttpRequestManager; -/** - * Class Personal - * @package Web3 - * @method array listAccounts($callback) - * @method array newAccount(...$paramsAndcallback) - * @method boolean unlockAccount(...$paramsAndcallback) - * @method string sendTransaction(...$paramsAndcallback) - */ + class Personal { /**