From 0af211b8c6755cd2d0a19475397aa5704061e794 Mon Sep 17 00:00:00 2001 From: robertSt7 Date: Fri, 17 May 2024 12:20:08 +0000 Subject: [PATCH] Apply php-cs-fixer changes --- src/Processor/Gotenberg.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Processor/Gotenberg.php b/src/Processor/Gotenberg.php index cfc3a2c..61c121a 100644 --- a/src/Processor/Gotenberg.php +++ b/src/Processor/Gotenberg.php @@ -16,18 +16,18 @@ namespace Pimcore\Bundle\WebToPrintBundle\Processor; +use function array_merge; +use function file_exists; use Gotenberg\Gotenberg as GotenbergAPI; use Gotenberg\Stream; +use function json_decode; +use function key_exists; use Pimcore\Bundle\WebToPrintBundle\Config; use Pimcore\Bundle\WebToPrintBundle\Event\DocumentEvents; use Pimcore\Bundle\WebToPrintBundle\Event\Model\PrintConfigEvent; use Pimcore\Bundle\WebToPrintBundle\Model\Document\PrintAbstract; use Pimcore\Bundle\WebToPrintBundle\Processor; use Pimcore\Logger; -use function array_merge; -use function file_exists; -use function json_decode; -use function key_exists; class Gotenberg extends Processor {