parser/tests/fixtures/0068/code.php

5 lines
59 B
PHP
Raw Normal View History

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