Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request includes updates to the
README.md
documentation, new methods in theHasAchievements
concern, and adjustments to the test cases to reflect these changes. The most important changes include the addition of new methods for retrieving user achievements and specific progress, as well as the corresponding updates in the documentation and test cases.Documentation Updates:
README.md
for better organization. [1] [2]README.md
to reflect new method names for retrieving achievements and specific progress.New Methods in
HasAchievements
Concern:getUserAchievements
method to retrieve all achievements of a user.achievementsWithSpecificProgress
method to retrieve achievements with a specific progress value.Test Case Adjustments:
getUserAchievements
method instead of directly accessing theachievements
property. [1] [2] [3] [4] [5] [6]Type of Change
Related Issues and Pull Requests
Testing
Please provide a passing test where possible. This package uses PestPHP
Checklist: