Skip to content

Commit

Permalink
this fixes a PHP ERROR: Creation of dynamic property iv is deprecated…
Browse files Browse the repository at this point in the history
… issue
  • Loading branch information
Schlue committed Mar 23, 2024
1 parent c88c1b7 commit 31abcc3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Horde/Crypt/Blowfish.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ class Horde_Crypt_Blowfish
*/
protected $_crypt;

/**
* iv.
*
* @var bool
*/
protected $iv;

/**
* Constructor.
*
Expand Down

0 comments on commit 31abcc3

Please sign in to comment.