mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-30 05:24:28 +02:00
Fixed PHPstan issues
This commit is contained in:
parent
8a13799829
commit
78a6262665
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue