Skip to content

Commit 91d7685

Browse files
committed
phpcsfixer
1 parent b1d0f11 commit 91d7685

File tree

1 file changed

+3
-3
lines changed
  • app/code/core/Mage/Catalog/Model/Product

1 file changed

+3
-3
lines changed

app/code/core/Mage/Catalog/Model/Product/Image.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ protected function _rgbToString($rgbArray)
357357
* Set filenames for base file and new file
358358
*
359359
* @param string $file
360-
* @throws Exception
361360
* @return $this
361+
* @throws Exception
362362
*/
363363
public function setBaseFile($file)
364364
{
@@ -548,8 +548,8 @@ public function setAngle($angle)
548548
* @param int $width
549549
* @param int $heigth
550550
* @param int $imageOpacity
551-
* @throws Exception
552551
* @return $this
552+
* @throws Exception
553553
*/
554554
public function setWatermark($file, $position = null, $size = null, $width = null, $heigth = null, $imageOpacity = null)
555555
{
@@ -675,9 +675,9 @@ public function getWatermarkFile()
675675
* Get relative watermark file path
676676
* or false if file not found
677677
*
678+
* @return bool|string
678679
* @throws Mage_Core_Exception
679680
* @throws Mage_Core_Model_Store_Exception
680-
* @return bool|string
681681
*/
682682
protected function _getWatermarkFilePath()
683683
{

0 commit comments

Comments
 (0)