Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dvesh3 authored and github-actions[bot] committed Apr 26, 2023
1 parent 70ceb47 commit 37b4965
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/Controller/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public function getValuesForFilterFieldAction(Request $request, EventDispatcherI
* @param Request $request
* @param EventDispatcherInterface $eventDispatcher
* @param TranslatorInterface $translator
*
* @return JsonResponse
*/
public function getFieldsAction(Request $request, EventDispatcherInterface $eventDispatcher, TranslatorInterface $translator): JsonResponse
Expand Down Expand Up @@ -174,6 +175,7 @@ public function getFieldsAction(Request $request, EventDispatcherInterface $even
* @Route("/get-all-tenants", name="pimcore_ecommerceframework_index_getalltenants", methods={"GET"})
*
* @param TranslatorInterface $translator
*
* @return JsonResponse
*/
public function getAllTenantsAction(TranslatorInterface $translator): JsonResponse
Expand Down
1 change: 0 additions & 1 deletion src/Controller/VoucherController.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

namespace Pimcore\Bundle\EcommerceFrameworkBundle\Controller;


use Pimcore\Bundle\EcommerceFrameworkBundle\VoucherService\TokenManager\ExportableTokenManagerInterface;
use Pimcore\Controller\FrontendController;
use Pimcore\Controller\KernelControllerEventInterface;
Expand Down
1 change: 1 addition & 0 deletions src/PimcoreEcommerceFrameworkBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
class PimcoreEcommerceFrameworkBundle extends AbstractPimcoreBundle implements DependentBundleInterface, PimcoreBundleAdminClassicInterface
{
use BundleAdminClassicTrait;

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 37b4965

Please sign in to comment.