parser/tests/0068/code.php
2022-11-30 00:43:37 +00:00

5 lines
59 B
PHP

<?php
class MyClass {
protected $a;
// my comment
}