You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -316,9 +316,9 @@ public function setAutomaticPadding($automaticPadding)
316
316
{
317
317
if ($automaticPadding > Encryption::MAX_PAYLOAD_LENGTH) {
318
318
thrownew \Exception('Automatic padding is too large. Max is '.Encryption::MAX_PAYLOAD_LENGTH.'. Recommended max is '.Encryption::MAX_COMPATIBILITY_PAYLOAD_LENGTH.' for compatibility reasons (see README).');
319
-
} elseif ($automaticPadding < 0) {
319
+
} elseif ($automaticPadding < 0) {
320
320
thrownew \Exception('Padding length should be positive or zero.');
0 commit comments