mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-05 06:55:27 +01:00
Fixed static analysis issue
This commit is contained in:
@@ -32,7 +32,7 @@ use Symfony\Component\Serializer\Normalizer\ObjectNormalizer;
|
||||
class StructuralElementDenormalizer implements ContextAwareDenormalizerInterface, CacheableSupportsMethodInterface
|
||||
{
|
||||
|
||||
private NormalizerInterface $normalizer;
|
||||
private DenormalizerInterface $normalizer;
|
||||
private EntityManagerInterface $entityManager;
|
||||
|
||||
private array $object_cache = [];
|
||||
|
||||
Reference in New Issue
Block a user