Skip to content

Commit 739cb8d

Browse files
authored
Merge branch refs/heads/1.12.x into 2.0.x
2 parents fd570f1 + 5677025 commit 739cb8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Node/IssetExpr.php

Lines changed: 6 additions & 0 deletions
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)