Adjust pretty name of closures on PHP 8.4#1
Conversation
related to php/php-src#13550 see analog symfony change: symfony/symfony#54614
|
Thanks |
|
FWIW: For PHP 8.4 you might want to consider just using the original Closure name as-is. My understanding is that this code attempts to do what PHP 8.4 now natively does and arguably does better. |
|
This change would require raising the minimum php version requirement for this package |
I just looked at your patch and the immediate context (i.e. no tests or so). Would a |
|
This package does not support nor tests PHP 8.4 yet. I'll look at it again once I add official support, thanks |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
related to php/php-src#13550
see analog symfony change: symfony/symfony#54614