Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestaworksJonas authored and Progi1984 committed Oct 14, 2019
1 parent dbb4f39 commit 7db0307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/Product/ProductDataProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function getLocation($id_product, $id_product_attribute = 0)
*/
public function getImages($id_product, $id_lang)
{
$id_shop = (int)Context::getContext()->shop->id;
$id_shop = (int) Context::getContext()->shop->id;
$data = [];
foreach (Image::getImages($id_lang, $id_product, null, $id_shop) as $image) {
$data[] = $this->getImage($image['id_image']);
Expand Down

0 comments on commit 7db0307

Please sign in to comment.