1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-12 09:29:47 +01:00
PHP-Parser/lib/Node/EncapsedString.php
2011-04-18 19:02:30 +02:00

5 lines
57 B
PHP

<?php
class Node_EncapsedString extends NodeAbstract
{
}