Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function resolveSerializerNull()
 {
     return !isset($this->cache[$key = 'serializer_null']) ? $this->cache[$key] = $this->parameterResolver->resolveSerializerNull() : $this->cache[$key];
 }