for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace garethp\ews\Contacts;
use garethp\ews\ContactsAPI as BaseContactsAPI;
/**
* Class ContactsAPI
* @package garethp\ews\Contacts
*
* @deprecated To be removed in 0.10. Use garethp\ews\ContactsAPI
*/
class ContactsAPI extends BaseContactsAPI
{
}