Skip to content

Commit 959a5e8

Browse files
committed
Rewrite clone with and clone(...) callable
TODO: Remove as soon as PR is merged
1 parent 7caf0e9 commit 959a5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/php/lang/ast/emit/PHP85.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_85
2020
*/
2121
class PHP85 extends PHP {
22-
use RewriteBlockLambdaExpressions;
22+
use RewriteBlockLambdaExpressions, RewriteCallableClone, RewriteCloneWith; // TODO: Remove once PR is merged!
2323

2424
public $targetVersion= 80500;
2525

0 commit comments

Comments
 (0)