EVOLUTION-MANAGER
Edit File: ClassWithStaticMethod.php
<?php class ClassWithStaticMethod { public static function staticMethod() { } }