Clover

Results 1 issues of Clover

``` if ($transparentIndex >= 0 && $transparentIndex _imageHandler)) {``` Maybe it should be changed to: ``` if ($transparentIndex >= 0 && $transparentIndex < imagecolorstotal($this->_imageHandler)) {```