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
It could be improved by changing the return cast to (float), but I am not sure if there are any side effects to I want to ask about what is the intent here before creating a PR.
The text was updated successfully, but these errors were encountered:
Function signature says
: float
color/src/Contrast.php
Line 7 in 2a3bb4e
but the return value is cast to
int
:color/src/Contrast.php
Lines 27 to 31 in 2a3bb4e
It could be improved by changing the return cast to
(float)
, but I am not sure if there are any side effects to I want to ask about what is the intent here before creating a PR.The text was updated successfully, but these errors were encountered: