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 typo in "Configurable" class description codesnippet #19873

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

andrew-demb
Copy link
Contributor

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues

Just a typo in a code snippet

@what-the-diff
Copy link

what-the-diff bot commented Jun 30, 2023

PR Summary

  • Correction in the method name in Configurable.php file
    The naming error in the initiation method has been fixed. It was incorrectly named as __constructor and it has now been correctly renamed to __construct. This will ensure that the objects of this class are accurately initialized when they are created.

@bizley bizley merged commit b073daa into yiisoft:master Jun 30, 2023
@bizley
Copy link
Member

bizley commented Jun 30, 2023

Cheers

@bizley bizley added the type:docs Documentation label Jun 30, 2023
@andrew-demb andrew-demb deleted the patch-1 branch June 30, 2023 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:docs Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants