mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +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
|
||||
public static function magnet(mixed $data) : bool
|
||||
public static function magnet(mixed $value) : bool
|
||||
{
|
||||
if (!is_object($data))
|
||||
if (!is_object($value))
|
||||
{
|
||||
array_push(
|
||||
self::$_error,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue