Security update for Core, with self-updated composer
[yaffs-website] / vendor / phpunit / php-token-stream / tests / _fixture / source2.php
1 <?php
2 // short desc
3 abstract class A {
4     /* abst meth: */
5     public static  abstract function method();
6 }