.codeclimate.yml | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/error-request.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/autofix.yaml | |
|
|
.github/workflows/changelog.yml | |
|
|
.github/workflows/code-quality.yaml | |
|
|
.github/workflows/deploy.yml | |
|
|
.github/workflows/deptrac.yaml | |
|
|
.github/workflows/lock.yml | |
|
|
.github/workflows/phpstan.yaml | |
|
|
.github/workflows/phpunits.yaml | |
|
|
.github/workflows/semgrep.yml | |
|
|
.github/workflows/stale.yml | |
|
|
.gitignore | |
|
|
.phpstorm.meta.php | 6 | A 0 mins |
|
.whitesource | |
|
|
LICENSE | |
|
|
README.md | |
|
|
changelog.md | |
|
|
composer.json | |
|
|
deptrac.yaml | |
|
|
ecs.php | 30 | A 0 mins |
|
infection.json.dist | |
|
|
package-lock.json | |
|
|
package.json | |
|
|
phpstan.common.neon | |
|
|
phpstan.src.baseline.neon | |
|
|
phpstan.src.neon | |
|
|
phpstan.tests.baseline.neon | |
|
|
phpstan.tests.neon | |
|
|
phpunit.xml | |
|
|
rector.php | 23 | A 0 mins |
|
src/Exceptions/AmountInvalid.php | 8 | A 0 mins | F 0% |
src/Exceptions/BalanceIsEmpty.php | 8 | A 0 mins | F 0% |
src/Exceptions/ConfirmedInvalid.php | 8 | A 0 mins | F 0% |
src/Exceptions/InsufficientFunds.php | 8 | A 0 mins | F 0% |
src/Exceptions/ProductEnded.php | 8 | A 0 mins | F 0% |
src/Exceptions/UnconfirmedInvalid.php | 8 | A 0 mins | F 0% |
src/Exceptions/WalletOwnerInvalid.php | 8 | A 0 mins | F 0% |
src/External/Api/TransactionFloatQuery.php | 64 | A 0 mins | A 100% |
src/External/Api/TransactionQuery.php | 58 | A 0 mins | A 100% |
src/External/Api/TransactionQueryHandler.php | 47 | A 0 mins | A 100% |
src/External/Api/TransactionQueryHandlerInterface.php | 9 | A 0 mins | F 0% |
src/External/Api/TransactionQueryInterface.php | 16 | A 0 mins | F 0% |
src/External/Api/TransferFloatQuery.php | 37 | A 0 mins | A 100% |
src/External/Api/TransferQuery.php | 31 | A 0 mins | A 100% |
src/External/Api/TransferQueryHandler.php | 36 | A 0 mins | A 100% |