mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +02:00
Fixed static analysis issue
This commit is contained in:
parent
325812fe95
commit
8a3ce36c65
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ use Symfony\Component\Serializer\Normalizer\ObjectNormalizer;
|
||||||
class StructuralElementDenormalizer implements ContextAwareDenormalizerInterface, CacheableSupportsMethodInterface
|
class StructuralElementDenormalizer implements ContextAwareDenormalizerInterface, CacheableSupportsMethodInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
private NormalizerInterface $normalizer;
|
private DenormalizerInterface $normalizer;
|
||||||
private EntityManagerInterface $entityManager;
|
private EntityManagerInterface $entityManager;
|
||||||
|
|
||||||
private array $object_cache = [];
|
private array $object_cache = [];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue