5 lines
89 B

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