From c302f79d6c83c595235bc450cae3a780b0f1f7c0 Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Tue, 4 Apr 2023 13:21:16 +0000 Subject: [PATCH] Update src from PHP Codesniffer --- src/Service/PetStoreService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Service/PetStoreService.php b/src/Service/PetStoreService.php index 81ff7fb..25df31a 100644 --- a/src/Service/PetStoreService.php +++ b/src/Service/PetStoreService.php @@ -46,7 +46,7 @@ public function __construct( LoggerInterface $pluginLogger ) { $this->entityManager = $entityManager; - $this->logger = $pluginLogger; + $this->logger = $pluginLogger; $this->configuration = []; $this->data = []; @@ -67,7 +67,7 @@ public function petStoreHandler(array $data, array $configuration): array $this->configuration = $configuration; $this->logger->debug("PetStoreService -> petStoreHandler()"); - + return ['response' => 'Hello. Your PetStoreBundle works']; }//end petStoreHandler()