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 docs for StateResetter #347

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Fix docs for StateResetter #347

merged 1 commit into from
Nov 20, 2023

Conversation

vjik
Copy link
Member

@vjik vjik commented Nov 7, 2023

Q A
Is bugfix? ✔️
New feature?
Breaks BC?
Fixed issues #346

Copy link

what-the-diff bot commented Nov 7, 2023

PR Summary

  • Modification to README.md
    Some updates were made to the README.md file for better comprehension or to include new information.

  • Addition of $container argument to StateResetter constructor
    The StateResetter constructor method received a new argument, $container. This means it can now initialize with a container passed into it.

  • Addition of $container argument to the closure in StateResetter::class
    There was a change to an anonymous function related to StateResetter::class in the Yii dependency injection system. This function will now receive a $container argument.

  • Enhancements in StateResetter capabilities
    With the latest changes, the StateResetter class can now set and reset the state for particular services. This will provide a more flexible and controlled environment especially while managing the state of different application services.

@vjik vjik requested a review from a team November 7, 2023 15:09
@vjik vjik added the status:code review The pull request needs review. label Nov 7, 2023
@samdark samdark merged commit d6ab9e7 into master Nov 20, 2023
5 checks passed
@samdark samdark deleted the vjik-patch-1 branch November 20, 2023 10:49
@samdark
Copy link
Member

samdark commented Nov 20, 2023

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants