You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2018. It is now read-only.
@fgm Any int could overflow though, should every int then be documented as int|double?
I set plenty of int documented params to ints elsewhere without this complaint, so I assume it's a time() issue... So on a 64 bit system in the year 292,277,026,596 my int becomes a double and that's worth complaining about? I mean alright, 32 bit systems, which are all ready rare, we will need to worry about the 2038 bug, but I feel like 32 bit systems, let alone PHP will probably be out of style before then.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://scrutinizer-ci.com/g/capdig/myon/inspections/8818fbf4-e222-4d0e-81b0-ccf1a14f369c/issues/files/application/routes/www/exams/placement.php?status=new&orderField=path&order=asc&honorSelectedPaths=0
I am being told that an integer
time()
+ an integer\WM\ONE_MINUTE
* 25 _(integer)_ is a double.This is plainly wrong.
The text was updated successfully, but these errors were encountered: