EVOLUTION-MANAGER
Edit File: Foo.php
<?php class Foo { public function doSomething(Bar $bar) { return $bar->doSomethingElse(); } }