Commit 72bfe31
committed
Fix CallableProxy::toString() for PHP 8.4
PHP 8.4 adds a new closure name format matching '{closure:CLASS::METHOD:LINENO}'. Since we want to preserve BC down to PHP 7.2 we unfortunately can't use that additional information.1 parent 7ad5c4c commit 72bfe31
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
94 | 100 | | |
95 | 101 | | |
96 | 102 | | |
| |||
0 commit comments