Skip to content

Commit

Permalink
Removed empty line to fulfill PrestaShop standards (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmolinacano authored Dec 18, 2024
1 parent cee9ce0 commit 89d4be1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

class Autoloader
{

/**
* Registers the autoloader according to PrestaShop standards, which are PSR-12 standards.
* More info at: https://www.php-fig.org/psr/psr-12/
Expand Down
1 change: 0 additions & 1 deletion src/Entity/UpdateOnSave.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ public static function sendProductApi($products, $shopId, $idLang, $idCurrency,

self::updateItemsApi($hashid, 'product', $payload);
}

} elseif ('delete' === $action) {
self::deleteItemsApi($hashid, 'product', $products);
}
Expand Down

0 comments on commit 89d4be1

Please sign in to comment.