mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-15 17:57:12 +00:00
Set of PHPDOC fixes
This commit is contained in:
parent
a3b252150b
commit
5583703040
@ -61,7 +61,7 @@ abstract class Barrett extends Base
|
|||||||
*
|
*
|
||||||
* @param string $n
|
* @param string $n
|
||||||
* @param string $m
|
* @param string $m
|
||||||
* @return array
|
* @return array|string
|
||||||
*/
|
*/
|
||||||
protected static function reduce($n, $m)
|
protected static function reduce($n, $m)
|
||||||
{
|
{
|
||||||
|
@ -55,7 +55,7 @@ abstract class EvalBarrett extends Base
|
|||||||
*
|
*
|
||||||
* @param array $m
|
* @param array $m
|
||||||
* @param string $class
|
* @param string $class
|
||||||
* @return callable
|
* @return callable|void
|
||||||
*/
|
*/
|
||||||
protected static function generateCustomReduction(BCMath $m, $class)
|
protected static function generateCustomReduction(BCMath $m, $class)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user