Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
michnovka opened this issue Sep 9, 2022 · 2 comments
Labels

Comments

@michnovka
Copy link

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

@Haehnchen Haehnchen added the api label Oct 20, 2022
@Haehnchen
Copy link
Owner

limited by missing extensions points.

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

@michnovka
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants