Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom PSR 6 cache #23

Closed
wants to merge 4 commits into from

Conversation

DivineOmega
Copy link
Owner

This PR allows developers to make use of any PSR 6 compliance cache.

It also improves the existing caching, to prevent unnecessary re-caching.

Copy link

@dextermb dextermb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor suggestion

* @param string $hash
* @param string $responseBody
*
* @return string
* @return string (see PasswordStatus)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @return string (see PasswordStatus)
* @return string
* @see PasswordStatus

Perhaps use the @see tag? Source

@coveralls
Copy link

coveralls commented Jan 30, 2019

Pull Request Test Coverage Report for Build 137

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 89.362%

Totals Coverage Status
Change from base Build 124: 0.0%
Covered Lines: 42
Relevant Lines: 47

💛 - Coveralls

@DivineOmega
Copy link
Owner Author

Closing, as this will be replaced by #22.

@DivineOmega DivineOmega closed this Feb 3, 2019
@DivineOmega DivineOmega deleted the feature/allow-custom-psr-6-cache branch February 9, 2019 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants