EVOLUTION-MANAGER
Edit File: InterfaceWithStaticMethod.php
<?php interface InterfaceWithStaticMethod { public static function staticMethod(); }