comment, internal method
This commit is contained in:
@@ -790,9 +790,12 @@ class Util
|
||||
|
||||
/**
|
||||
* Check whether values are equal.
|
||||
* Not to be used for comparing user input values.
|
||||
*
|
||||
* @param mixed $v1
|
||||
* @param mixed $v2
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
public static function areValuesEqual($v1, $v2, bool $isUnordered = false): bool
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user