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
The parameters $color and $backgroundColor are typehinted as string, while they also take an RGB array. The @param annotation should be changed to string|array.
The parameters
$colorand$backgroundColorare typehinted asstring, while they also take an RGB array. The@paramannotation should be changed tostring|array.