Edit File: CallbackInterface.php
<?php declare(strict_types=1); namespace Vonage\Client\Callback; interface CallbackInterface { public function getData(); }
Back to File Manager