Files
helix/tests/query/highlights/php/constructs.php
2026-06-20 14:49:53 +09:00

10 lines
181 B
PHP

<?php
class Box {
// ^ @constructor
function method($count) {
// ^ @function.method
return $obj->doThing();
// ^ @function.method
}
}