Files
2021-10-09 21:59:14 -04:00

6 lines
89 B
PHP

<?php
interface InterfaceWithStaticMethod
{
public static function staticMethod();
}