Skip to content

Commit 71a61ac

Browse files
committed
phpcsfixer
1 parent cc33849 commit 71a61ac

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public function setSize($size)
250250
static function ($value) {
251251
return $value === '' ? null : (int) $value;
252252
},
253-
explode(self::DIMENSIONS_SEPARATOR, strtolower($size), 2)
253+
explode(self::DIMENSIONS_SEPARATOR, strtolower($size), 2),
254254
);
255255
}
256256

0 commit comments

Comments
 (0)