mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2025-01-21 21:01:15 +01:00
Type encapsulated string parts specifically
This commit is contained in:
parent
f66cf8f0dd
commit
623bad2c8b
@ -2,11 +2,12 @@
|
||||
|
||||
namespace PhpParser\Node\Scalar;
|
||||
|
||||
use PhpParser\Node\Expr;
|
||||
use PhpParser\Node\Scalar;
|
||||
|
||||
class Encapsed extends Scalar
|
||||
{
|
||||
/** @var array Encaps list */
|
||||
/** @var Expr[] list of string parts */
|
||||
public $parts;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user