mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +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]);
|
||||
}
|
||||
|
||||
return \max($dist);
|
||||
return (float) \max($dist);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user