1
0
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:
Andreas Fischer 2015-09-07 19:36:56 +02:00
parent b34de90818
commit cd815c929e

View File

@ -62,7 +62,7 @@ class Hash
* @var int
* @access private
*/
var $length = false;
var $length;
/**
* Hash Algorithm