Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaitholabi committed May 21, 2024
1 parent d9df7f2 commit 8839237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Api/Ticket/AttachmentApis.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace SupportPal\ApiClient\Api\Ticket;

use Error;
use Psr\Http\Message\StreamInterface;
use SupportPal\ApiClient\Api\ApiAware;
use SupportPal\ApiClient\ApiClient\TicketApiClient;
Expand All @@ -10,10 +11,10 @@
use SupportPal\ApiClient\Exception\MissingIdentifierException;
use SupportPal\ApiClient\Model\Collection\Collection;
use SupportPal\ApiClient\Model\Ticket\Attachment;
use SupportPal\ApiClient\Model\Ticket\Ticket;
use TypeError;

use function array_map;
use function sprintf;

trait AttachmentApis
{
Expand Down
2 changes: 0 additions & 2 deletions test/Unit/ModelNormalizer/ModelNormalizerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
use SupportPal\ApiClient\Transformer\Transformer;
use Symfony\Component\Serializer\Normalizer\AbstractNormalizer;
use Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer;
use Symfony\Component\Serializer\Normalizer\DenormalizerInterface;
use Symfony\Component\Serializer\Normalizer\NormalizerInterface;

/**
* Class ModelNormalizerTest
Expand Down

0 comments on commit 8839237

Please sign in to comment.