mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-25 08:05:49 +03:00
[PR #216] [CLOSED] feat: fixed style, return type declaration type hinting add #218
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/google2fa#218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/antonioribeiro/google2fa/pull/216
Author: @eramitgupta
Created: 10/12/2024
Status: ❌ Closed
Base:
8.x← Head:8.x📝 Commits (1)
0e0403cfeat: fixed style, return type declaration type hinting add📊 Changes
12 files changed (+168 additions, -306 deletions)
View changed files
📝
src/Exceptions/Contracts/Google2FA.php(+1 -3)📝
src/Exceptions/Contracts/IncompatibleWithGoogleAuthenticator.php(+1 -3)📝
src/Exceptions/Contracts/InvalidAlgorithm.php(+1 -3)📝
src/Exceptions/Contracts/InvalidCharacters.php(+1 -3)📝
src/Exceptions/Contracts/SecretKeyTooShort.php(+1 -3)📝
src/Exceptions/Google2FAException.php(+1 -3)📝
src/Google2FA.php(+105 -197)📝
src/Support/Base32.php(+48 -77)📝
src/Support/QRCode.php(+5 -10)📝
tests/Google2FATest.php(+1 -1)📝
tests/QRCodeTest.php(+1 -1)📝
tests/helpers.php(+2 -2)📄 Description
feat: Fix styles and add return type declaration hinting
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.