@@ -384,7 +384,7 @@ |
||
| 384 | 384 | $constant .= "_SP$minorVersion"; |
| 385 | 385 | } |
| 386 | 386 | |
| 387 | - return constant(ExchangeWebServices::class . "::$constant"); |
|
| 387 | + return constant(ExchangeWebServices::class."::$constant"); |
|
| 388 | 388 | } |
| 389 | 389 | |
| 390 | 390 | protected function parseVersionAfter2013($majorVersion, $minorVersion, $buildVersion) |