PHPCS Fixes
This commit is contained in:
parent
924cfe2e7b
commit
061744c6bd
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue