mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-03 10:35:32 +00:00
fix variable name
This commit is contained in:
parent
d2cad4833e
commit
d2828306fa
@ -256,9 +256,9 @@ class Valid
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Magnet
|
// Magnet
|
||||||
public static function magnet(mixed $data) : bool
|
public static function magnet(mixed $value) : bool
|
||||||
{
|
{
|
||||||
if (!is_object($data))
|
if (!is_object($value))
|
||||||
{
|
{
|
||||||
array_push(
|
array_push(
|
||||||
self::$_error,
|
self::$_error,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user