idea-php-symfony2-plugin icon indicating copy to clipboard operation
idea-php-symfony2-plugin copied to clipboard

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

Open michnovka opened this issue 3 years ago • 2 comments


#[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

michnovka avatar Sep 09 '22 13:09 michnovka

limited by missing extensions points.

there are open issues, but i also asked now insde corresponding slack channel.

Haehnchen avatar Oct 20 '22 15:10 Haehnchen

do you have any update from slack channel? Is this something that could be implemented? Thanks!

michnovka avatar Nov 24 '22 12:11 michnovka