Files
Document-Management-System-…/vendor/phpunit/php-token-stream/tests/_fixture/source2.php
2021-04-07 19:25:18 -04:00

7 lines
109 B
PHP

<?php
// short desc
abstract class A {
/* abst meth: */
public static abstract function method();
}