Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
otphp
Commits
7d32a0a1
Unverified
Commit
7d32a0a1
authored
2 years ago
by
Florent Morselli
Committed by
GitHub
2 years ago
Browse files
Options
Download
Patches
Plain Diff
Leeway (#158)
* Leeway * Doc * Rector+ECS fix * Minimum PHP version * Rector rule restored
parent
1799950a
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
.github/workflows/coding-standards.yml
+1
-1
.github/workflows/coding-standards.yml
.github/workflows/mutation-tests.yml
+1
-1
.github/workflows/mutation-tests.yml
.github/workflows/rector_checkstyle.yaml
+1
-1
.github/workflows/rector_checkstyle.yaml
.github/workflows/static-analyze.yml
+1
-1
.github/workflows/static-analyze.yml
.github/workflows/tests.yml
+1
-1
.github/workflows/tests.yml
composer.json
+3
-3
composer.json
doc/UPGRADE_v10-v11.md
+2
-1
doc/UPGRADE_v10-v11.md
ecs.php
+64
-82
ecs.php
phpunit.xml.dist
+9
-1
phpunit.xml.dist
rector.php
+23
-21
rector.php
src/Factory.php
+0
-1
src/Factory.php
src/HOTP.php
+7
-10
src/HOTP.php
src/OTP.php
+3
-5
src/OTP.php
src/OTPInterface.php
+1
-1
src/OTPInterface.php
src/ParameterTrait.php
+0
-1
src/ParameterTrait.php
src/TOTP.php
+3
-4
src/TOTP.php
src/Url.php
+6
-6
src/Url.php
tests/TOTPTest.php
+3
-3
tests/TOTPTest.php
with
129 additions
and
144 deletions
+129
-144
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment