Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertSt7 authored and github-actions[bot] committed May 17, 2024
1 parent 107b675 commit 0af211b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Processor/Gotenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 0af211b

Please sign in to comment.