diff --git a/src/Subfission/Cas/CasManager.php b/src/Subfission/Cas/CasManager.php index e3d6bd5..e857031 100644 --- a/src/Subfission/Cas/CasManager.php +++ b/src/Subfission/Cas/CasManager.php @@ -28,7 +28,7 @@ public function __construct( array $config ) { if ( $this->config['cas_debug'] === true ) { try { phpCAS::setDebug(); - catch (ErrorException) { + } catch (ErrorException) { // Fix for depreciation of setDebug phpCAS::setLogger(); }