Skip to content

Commit 2b086bf

Browse files
committed
fixup! remove from ClassLike, add to TryCatch as well
1 parent b7cbab4 commit 2b086bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PhpParser/Internal/PrintableNewAnonClassNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @internal
1717
*/
18-
class PrintableNewAnonClassNode extends Expr implements Node\ContainsStmts {
18+
class PrintableNewAnonClassNode extends Expr {
1919
/** @var Node\AttributeGroup[] PHP attribute groups */
2020
public array $attrGroups;
2121
/** @var int Modifiers */

0 commit comments

Comments
 (0)