$color->red() of type string is incompatible with the type integer expected by parameter $red of imagecolorallocatealpha().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
$color->green() of type string is incompatible with the type integer expected by parameter $green of imagecolorallocatealpha().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
$color->blue() of type string is incompatible with the type integer expected by parameter $blue of imagecolorallocatealpha().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation