Mercurial > hg > isophonics-drupal-site
view vendor/nikic/php-parser/test/code/formatPreservation/nopCommentAtEnd.test @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 129ea1e6d783 |
children |
line wrap: on
line source
Nop statement with comment at end (#513) ----- <?php $foo; $bar; ----- $stmts[1] = new Stmt\Nop(['comments' => [new Comment('//Some comment here')]]); ----- <?php $foo; //Some comment here