1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-12 01:19:47 +01:00
PHP-Parser/lib/Node/Scalar/Encapsed.php

8 lines
103 B
PHP
Raw Normal View History

<?php
2011-05-29 21:06:43 +02:00
/**
* @property array $parts Encaps list
*/
class Node_Scalar_Encapsed extends Node_Scalar
{
}