Skip to content

Commit e49ed49

Browse files
authored
chore: remove AdvancedNameConverterInterface usage (#6956)
1 parent 8cf841e commit e49ed49

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/Fixtures/Serializer/NameConverter/CustomConverter.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@
1313

1414
namespace ApiPlatform\Serializer\Tests\Fixtures\Serializer\NameConverter;
1515

16-
use Symfony\Component\Serializer\NameConverter\AdvancedNameConverterInterface;
1716
use Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter;
1817
use Symfony\Component\Serializer\NameConverter\NameConverterInterface;
1918

2019
/**
2120
* Custom converter that will only convert a property named "nameConverted"
2221
* with the same logic as Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter.
2322
*/
24-
class CustomConverter implements AdvancedNameConverterInterface
23+
class CustomConverter implements NameConverterInterface
2524
{
2625
private NameConverterInterface $nameConverter;
2726

0 commit comments

Comments
 (0)