From 835c76bbe37eef993fe19efbe11922d57b534139 Mon Sep 17 00:00:00 2001 From: Jan Matthiesen Date: Thu, 20 Jun 2024 13:06:00 +0200 Subject: [PATCH] Replace concatinated fqcn with class constant (#759) --- .../Payment/Exception/PaymentProcessException.php | 4 +++- .../Shopware/Core/Checkout/Payment/PaymentException.php | 8 ++------ .../Core/Framework/Event/BusinessEventInterface.php | 2 +- polyfill/Shopware/Core/Framework/Event/CustomerAware.php | 2 +- polyfill/Shopware/Core/Framework/Event/FlowEventAware.php | 5 ++--- polyfill/Shopware/Core/Framework/Event/MailAware.php | 4 +--- polyfill/Shopware/Core/Framework/Event/OrderAware.php | 6 ++---- .../Core/System/Snippet/Files/AbstractSnippetFile.php | 3 +-- .../Core/System/Snippet/Files/SnippetFileInterface.php | 3 +-- 9 files changed, 14 insertions(+), 23 deletions(-) diff --git a/polyfill/Shopware/Core/Checkout/Payment/Exception/PaymentProcessException.php b/polyfill/Shopware/Core/Checkout/Payment/Exception/PaymentProcessException.php index 2dc7d8603..7ab271936 100644 --- a/polyfill/Shopware/Core/Checkout/Payment/Exception/PaymentProcessException.php +++ b/polyfill/Shopware/Core/Checkout/Payment/Exception/PaymentProcessException.php @@ -1,9 +1,11 @@