cs: Fix code-style.

This commit is contained in:
Pol Dellaiera
2021-12-21 12:13:20 +01:00
parent e2bc868495
commit 530ad497bc
12 changed files with 23 additions and 16 deletions

View File

@@ -11,11 +11,11 @@ declare(strict_types=1);
namespace Chill\DocGeneratorBundle\Serializer\Encoder;
use Symfony\Component\Serializer\Exception\UnexpectedValueException;
use Symfony\Component\Serializer\Encoder\EncoderInterface;
use Symfony\Component\Serializer\Exception\UnexpectedValueException;
use function array_keys;
use function is_array;
use Symfony\Component\Serializer\Encoder\EncoderInterface;
class DocGenEncoder implements EncoderInterface
{