CostaRico / yii2-images

Yii2-images - behavior-based module for resizing, storing, caching and attaching images.
160 stars 98 forks source link

Un-necessary assignments inside the Module.php #91

Open buttflattery opened 5 years ago

buttflattery commented 5 years ago

There are multiple redundant assignments of the variables that are never used in the code Here $data

$params = $data = $this->parseImageAlias($dirtyAlias);

and then $size Here

$size = $params['size'];