Skip to content

Commit

Permalink
Update CasManager.php
Browse files Browse the repository at this point in the history
Missing bracket
  • Loading branch information
subfission authored Feb 16, 2021
1 parent bb7bb1c commit e31e25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Subfission/Cas/CasManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit e31e25b

Please sign in to comment.