Skip to content

Commit

Permalink
chore: coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-averty committed Jan 13, 2024
1 parent 6b57c1b commit e692ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

use CoopTilleuls\ForgotPasswordBundle\Provider\ProviderChainInterface;
use Symfony\Component\Routing\RouterInterface;
use Symfony\Component\Serializer\Normalizer\NormalizerInterface;
use Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface;
use Symfony\Component\Serializer\Normalizer\NormalizerInterface;

/**
* @author Vincent CHALAMON <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public function testItSupportsDecoratedType(): void
// @deprecated remove condition when support for symfony versions under 6.4 is dropped
if (!method_exists($this->normalizerMock, 'getSupportedTypes')) {
$this->assertSame(['*' => false], $this->normalizer->getSupportedTypes('foo'));

return;
}

Expand Down

0 comments on commit e692ed5

Please sign in to comment.