7 lines
92 B

<?php
class ClassWithStaticMethod
{
public static function staticMethod()
{
}
}