EVOLUTION-MANAGER
Edit File: AnInterface.php
<?php interface AnInterface { public function doSomething(); }