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

[12.x] Refactor: Concise way to call a method dynamically #54961

Closed
wants to merge 1 commit into from

Conversation

AhmedAlaa4611
Copy link
Contributor

Simplify dynamic method calls by removing unnecessary curly braces

Description:
This PR updates the __call method to use a more concise syntax for dynamic method calls. The curly braces were unnecessary, as PHP allows method calls directly without curly braces.

This change improves readability while maintaining the same functionality.

@AhmedAlaa4611 AhmedAlaa4611 changed the title Refactor: Concise way to call a method dynamically [12.x] Refactor: Concise way to call a method dynamically Mar 10, 2025
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