This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/vendor/phpunit/php-token-stream/Tests/_files/source2.php
T
Taras Machyshyn 6ee90ed26e vendor update
2013-11-19 12:51:37 +02:00

7 lines
109 B
PHP

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