Fixed PHPstan issues

This commit is contained in:
Jan Böhmer 2023-09-19 00:00:25 +02:00
parent 8a13799829
commit 78a6262665
2 changed files with 1 additions and 4 deletions

View file

@ -40,9 +40,6 @@ use Symfony\Component\Serializer\Annotation\Groups;
#[ORM\MappedSuperclass(repositoryClass: AbstractPartsContainingRepository::class)]
abstract class AbstractPartsContainingDBElement extends AbstractStructuralDBElement
{
/**
* @var Collection|ArrayCollection The parameters of this element
*/
#[Groups(['full'])]
protected Collection $parameters;