- Modified findObjectExtensionMethod to clarify that static lookup is only used for named MethodCall AST paths - Added distinction between static method name resolution and dynamic method calls - Updated documentation to explain that real methods are resolved before extension fallback - Clarified that __call() magic method is only used when no valid extension exists - Added test coverage for missing method calls using __call magic method - Included dynamic method name handling in test assertionspull/17/head
parent
7977893bbe
commit
d54268fd8d
2 changed files with 17 additions and 3 deletions
Loading…
Reference in new issue