Skip to content

Commit 513a199

Browse files
committed
Fix PHP 8.3 emitter
1 parent f9c63e4 commit 513a199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/php/lang/ast/emit/PHP83.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* @see https://wiki.php.net/rfc#php_83
2020
*/
2121
class PHP83 extends PHP {
22-
use EmulatePipelines, RewriteCloneWith, RewriteBlockLambdaExpressions, RewriteProperties;
22+
use EmulatePipelines, RewriteCallableClone, RewriteCloneWith, RewriteBlockLambdaExpressions, RewriteProperties;
2323

2424
public $targetVersion= 80300;
2525

0 commit comments

Comments
 (0)