mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-25 08:05:49 +03:00
[GH-ISSUE #26] Drop "Str" class in favor of "symfony/polyfill-php56" package #482
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#482
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?
Originally created by @aik099 on GitHub (Mar 11, 2016).
Original GitHub issue: https://github.com/antonioribeiro/google2fa/issues/26
The https://packagist.org/packages/symfony/polyfill-php56 package provides
hash_equalsfunction (when it's missing only) and therefore:hash_equals(...)can be used instead ofStr::equals(...)Strclass can be dropped, because it's only consists of thatequalsfunction@base-zero commented on GitHub (May 9, 2016):
👍
@aik099 commented on GitHub (Jun 17, 2016):
PR created, ready for review.