Creation of dynamic property is deprecated

This commit is contained in:
luigifab 2022-12-03 12:33:46 +01:00 committed by GitHub
parent 0c728ff2bc
commit c64b4cdd0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,4 +23,5 @@ namespace phpseclib3\Crypt\Common;
*/
abstract class BlockCipher extends SymmetricKey
{
public $mcrypt_polyfill_init;
}