Skip to content

Commit

Permalink
Made IssetExpr part of BC promise
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 23, 2024
1 parent 098fb94 commit 5677025
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Node/IssetExpr.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@

use PhpParser\Node\Expr;

/**
* @api
*/
final class IssetExpr extends Expr implements VirtualNode
{

/**
* @api
*/
public function __construct(
private Expr $expr,
)
Expand Down

0 comments on commit 5677025

Please sign in to comment.