Skip to content

Entity ID property reports in code inspection that "property is only read but never written" #2013

Open
@michnovka

Description

@michnovka
#[ORM\Entity(repositoryClass: SupportTicketRepository::class)]
class SupportTicket
{
    #[ORM\Id]
    #[ORM\GeneratedValue]
    #[ORM\Column(type: 'integer')]
    private int $id;

image

Given the way that Entities are handled, this should not be triggering a notification

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions