mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 17:45:31 +00:00
fix variable name
This commit is contained in:
parent
d2cad4833e
commit
d2828306fa
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue