Skip to content

Commit

Permalink
Fixes #346: Removed invalid schema versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesiarmes committed Nov 30, 2016
1 parent da857d8 commit bd3eb55
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/jamesiarmes/PhpEws/Client.php
Expand Up @@ -26,20 +26,6 @@ class Client
*/
const VERSION_2007_SP1 = 'Exchange2007_SP1';

/**
* Microsoft Exchange 2007 SP2
*
* @var string
*/
const VERSION_2007_SP2 = 'Exchange2007_SP2';

/**
* Microsoft Exchange 2007 SP3
*
* @var string
*/
const VERSION_2007_SP3 = 'Exchange2007_SP3';

/**
* Microsoft Exchange 2010
*
Expand Down

0 comments on commit bd3eb55

Please sign in to comment.