Skip to content

Commit 5677025

Browse files
committed
Made IssetExpr part of BC promise
1 parent 098fb94 commit 5677025

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Node/IssetExpr.php

+6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44

55
use PhpParser\Node\Expr;
66

7+
/**
8+
* @api
9+
*/
710
final class IssetExpr extends Expr implements VirtualNode
811
{
912

13+
/**
14+
* @api
15+
*/
1016
public function __construct(
1117
private Expr $expr,
1218
)

0 commit comments

Comments
 (0)