Set of PHPDOC fixes

This commit is contained in:
Sokolovskyy Roman 2017-08-03 09:15:16 +02:00
parent a3b252150b
commit 5583703040
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ abstract class Barrett extends Base
*
* @param string $n
* @param string $m
* @return array
* @return array|string
*/
protected static function reduce($n, $m)
{

View File

@ -55,7 +55,7 @@ abstract class EvalBarrett extends Base
*
* @param array $m
* @param string $class
* @return callable
* @return callable|void
*/
protected static function generateCustomReduction(BCMath $m, $class)
{