PHPCS Fixes

This commit is contained in:
MarkBaker 2021-05-14 12:56:01 +02:00 committed by Mark Baker
parent 924cfe2e7b
commit 061744c6bd
1 changed files with 4 additions and 4 deletions

View File

@ -949,9 +949,9 @@ class Statistical
* @param mixed ...$args Data values * @param mixed ...$args Data values
* *
* @return float * @return float
*
*@see Statistical\Maximum::max() *@see Statistical\Maximum::max()
* Use the MAX() method in the Statistical\Maximum class instead * Use the MAX() method in the Statistical\Maximum class instead
*
*/ */
public static function MAX(...$args) public static function MAX(...$args)
{ {
@ -971,9 +971,9 @@ class Statistical
* @param mixed ...$args Data values * @param mixed ...$args Data values
* *
* @return float * @return float
*
*@see Statistical\Maximum::maxA() *@see Statistical\Maximum::maxA()
* Use the MAXA() method in the Statistical\Maximum class instead * Use the MAXA() method in the Statistical\Maximum class instead
*
*/ */
public static function MAXA(...$args) public static function MAXA(...$args)
{ {
@ -1038,9 +1038,9 @@ class Statistical
* @param mixed ...$args Data values * @param mixed ...$args Data values
* *
* @return float * @return float
*
*@see Statistical\Minimum::min() *@see Statistical\Minimum::min()
* Use the min() method in the Statistical\Minimum class instead * Use the min() method in the Statistical\Minimum class instead
*
*/ */
public static function MIN(...$args) public static function MIN(...$args)
{ {
@ -1060,9 +1060,9 @@ class Statistical
* @param mixed ...$args Data values * @param mixed ...$args Data values
* *
* @return float * @return float
*
*@see Statistical\Minimum::minA() *@see Statistical\Minimum::minA()
* Use the minA() method in the Statistical\Minimum class instead * Use the minA() method in the Statistical\Minimum class instead
*
*/ */
public static function MINA(...$args) public static function MINA(...$args)
{ {