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

fix: PhpDoc blocks and options constants #12

Merged
merged 2 commits into from
Dec 24, 2020
Merged

fix: PhpDoc blocks and options constants #12

merged 2 commits into from
Dec 24, 2020

Conversation

webarchitect609
Copy link
Contributor

  • Fixed: not all nessesary '@throws' specified
  • All phpDoc blocks pulled up from Backoff to BackoffInterface and '@inheritdoc' is used instead
  • Refactoring: all options are moved to constants of BackoffInterface so nobody can ever misspell any option
  • Fixed: typo in method name Backoff::maxAttempsExceeded()

- Fixed: not all nessesary '@throws' specified
- All phpDoc blocks pulled up from Backoff to BackoffInterface and '@inheritdoc' is used instead
- Refactoring: all options are moved to constants of BackoffInterface so nobody can ever misspell any option
- Fixed: typo in method name Backoff::maxAttempsExceeded()
@webarchitect609
Copy link
Contributor Author

"Some checks haven’t completed yet" - because you have to switch to travis-ci.com , then got 10K free credits and run the build. Then maybe apply for free OpenSource credits.

Meanwhile you can see build result in my repo's Travis report here

@yriveiro yriveiro merged commit 11e3b82 into yriveiro:master Dec 24, 2020
@yriveiro
Copy link
Owner

yriveiro commented Dec 24, 2020

Thanks for the contribution, I'm glad you found the library useful.

close #13

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.

2 participants