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 was archived by the owner on Sep 24, 2020. It is now read-only.
Notice: You are trying to divide from 0: /{expr} in ./src/Command/CheckCommand.php on 177 [division-zero] return round(memory_get_usage($type) / 1024 / 1024, 2);
The function call should not be treated the same as 0 and therefore we should get no notice here.
The text was updated successfully, but these errors were encountered:
Notice: You are trying to divide from 0: /{expr} in ./src/Command/CheckCommand.php on 177 [division-zero]
return round(memory_get_usage($type) / 1024 / 1024, 2);
The function call should not be treated the same as 0 and therefore we should get no notice here.
The text was updated successfully, but these errors were encountered: