Skip to content

Commit

Permalink
Update src from PHP Codesniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 4, 2023
1 parent 9ac35de commit c302f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/PetStoreService.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct(
LoggerInterface $pluginLogger
) {
$this->entityManager = $entityManager;
$this->logger = $pluginLogger;
$this->logger = $pluginLogger;
$this->configuration = [];
$this->data = [];

Expand All @@ -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()
Expand Down

0 comments on commit c302f79

Please sign in to comment.