mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 04:34:45 +01:00
Hash: Do not assign false to length property. It's documented as an int.
This commit is contained in:
parent
b34de90818
commit
cd815c929e
@ -62,7 +62,7 @@ class Hash
|
||||
* @var int
|
||||
* @access private
|
||||
*/
|
||||
var $length = false;
|
||||
var $length;
|
||||
|
||||
/**
|
||||
* Hash Algorithm
|
||||
|
Loading…
Reference in New Issue
Block a user