1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-23 06:11:23 +01:00
PHP-Parser/lib/Node/EncapsedString.php

5 lines
57 B
PHP
Raw Normal View History

2011-04-18 19:02:30 +02:00
<?php
class Node_EncapsedString extends NodeAbstract
{
}