From cbd86e689b498bc24651ece95bc7000db7de5e83 Mon Sep 17 00:00:00 2001 From: Thomas Klein Date: Wed, 5 Jan 2022 09:51:40 +0100 Subject: [PATCH] optimize imports --- Plugin/Saleable/CanShowPrice.php | 1 - Setup/Patch/Data/ProductAttributes.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Plugin/Saleable/CanShowPrice.php b/Plugin/Saleable/CanShowPrice.php index ee2a57c..3b08a3f 100644 --- a/Plugin/Saleable/CanShowPrice.php +++ b/Plugin/Saleable/CanShowPrice.php @@ -11,7 +11,6 @@ use Magento\Customer\Model\Context as CustomerContext; use Magento\Framework\App\Http\Context as HttpContext; use Opengento\Saleable\Api\CanShowPriceInterface; -use function var_dump; final class CanShowPrice { diff --git a/Setup/Patch/Data/ProductAttributes.php b/Setup/Patch/Data/ProductAttributes.php index c478bd7..fd757e9 100644 --- a/Setup/Patch/Data/ProductAttributes.php +++ b/Setup/Patch/Data/ProductAttributes.php @@ -9,8 +9,8 @@ use Magento\Catalog\Model\Product; use Magento\Eav\Model\Entity\Attribute\ScopedAttributeInterface; -use Magento\Eav\Setup\EavSetupFactory; use Magento\Eav\Setup\EavSetup; +use Magento\Eav\Setup\EavSetupFactory; use Magento\Framework\Exception\LocalizedException; use Magento\Framework\Setup\ModuleDataSetupInterface; use Magento\Framework\Setup\Patch\DataPatchInterface;