EVOLUTION-MANAGER
Edit File: UpdateHelperInterface.php
<?php namespace UpdateHelper; interface UpdateHelperInterface { public function check(UpdateHelper $helper); }