mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 21:48:41 +00:00
phpstan fix
This commit is contained in:
parent
a5ba70d40e
commit
41e2e10540
|
|
@ -112,7 +112,7 @@ final class MetricsND
|
||||||
$dist[] = \abs($a[$key] - $b[$key]);
|
$dist[] = \abs($a[$key] - $b[$key]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return \max($dist);
|
return (float) \max($dist);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user