Contao3-Ninja/banner

[Insight] Unused method, property, variable or parameter - in classes/DCA_banner.php, line 376

Closed this issue · 0 comments

in classes/DCA_banner.php, line 376

This oriSize local variable is declared but never used. You should remove it.

            case 4:  // Flash swf
            case 13: // Flash swc
                $arrImageSizeNew = $this->BannerImage->getCheckBannerImageSize($arrImageSize,250,200);
                $intWidth  = $arrImageSizeNew[0];
                $intHeight = $arrImageSizeNew[1];
                $oriSize   = $arrImageSizeNew[2];
                break;
            default:
                break;
        }

Posted from SensioLabsInsight