We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c63e4 commit 513a199Copy full SHA for 513a199
src/main/php/lang/ast/emit/PHP83.class.php
@@ -19,7 +19,7 @@
19
* @see https://wiki.php.net/rfc#php_83
20
*/
21
class PHP83 extends PHP {
22
- use EmulatePipelines, RewriteCloneWith, RewriteBlockLambdaExpressions, RewriteProperties;
+ use EmulatePipelines, RewriteCallableClone, RewriteCloneWith, RewriteBlockLambdaExpressions, RewriteProperties;
23
24
public $targetVersion= 80300;
25
0 commit comments