Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Mar 7, 2024
1 parent fd47daa commit 7028ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Encryption/SodiumSyncEncryption.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function decrypt(string $data): string
try {
$deflatedData = gzinflate($decrypted);
return $deflatedData;
} catch (\Exception|\Error|\Throwable $e) {
} catch (\Exception|\Error $e) {
return $decrypted; // Transition period
}

Expand Down

0 comments on commit 7028ff8

Please sign in to comment.