mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-12 01:19:47 +01:00
8 lines
103 B
PHP
8 lines
103 B
PHP
<?php
|
|
|
|
/**
|
|
* @property array $parts Encaps list
|
|
*/
|
|
class Node_Scalar_Encapsed extends Node_Scalar
|
|
{
|
|
} |