Skip to content
New issue

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

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

Already on GitHub? # to your account

[11.x] Refactor Container::getInstance() to use null coalescing assignment #52693

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

xurshudyan
Copy link
Contributor

This PR refactors the getInstance() method to use the null coalescing assignment operator (??=) for conciseness and better readability. The new implementation provides the same functionality but in a more modern way.

@taylorotwell taylorotwell merged commit 9587bb2 into laravel:11.x Sep 9, 2024
33 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants