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
Since 2.0.47 the interface of AES::setKey changed in a breaking way.
Previously it was extending Base but now the AES::setKey was removed so that it inherits from Base::setKey which is marked as @internal.
So this now causes a psalm issue:
InternalMethod: The method phpseclib\Crypt\Base::setKey is internal to phpseclib but called from ...
The text was updated successfully, but these errors were encountered:
Apologies for not getting to this sooner - I had eclipse stuff and then was trying to finish up stuff at work so that I can go on a big trip starting tomorrow.
Since 2.0.47 the interface of
AES::setKey
changed in a breaking way.Previously it was extending
Base
but now theAES::setKey
was removed so that it inherits fromBase::setKey
which is marked as@internal
.So this now causes a psalm issue:
The text was updated successfully, but these errors were encountered: