misc docblock adjustments

This commit is contained in:
terrafrost 2021-01-25 12:36:02 -06:00
parent 1795b5df6a
commit bdb6c08c35
3 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ class Binary extends Base
/**
* Binary Field Integer factory
*
* @var \phpseclib3\Math\BinaryFields
* @var \phpseclib3\Math\BinaryField
*/
protected $factory;

View File

@ -45,7 +45,7 @@ class Montgomery extends Base
/**
* Prime Field Integer factory
*
* @var \phpseclib3\Math\PrimeFields
* @var \phpseclib3\Math\PrimeField
*/
protected $factory;

View File

@ -1139,7 +1139,7 @@ abstract class Engine implements \Serializable
* Splits BigInteger's into chunks of $split bits
*
* @param int $split
* @return \phpseclib3\Math\BigInteger\Engine[]
* @return \phpseclib3\Math\BigInteger\Engines\Engine[]
*/
public function bitwise_split($split)
{