Skip to content

[Insight] Unused method, property, variable or parameter - in src/MySQLReplication/Event/Event.php, line 29 #3

Closed
@krowinski

Description

@krowinski

in src/MySQLReplication/Event/Event.php, line 29

This mySQLRepository attribute is declared but never used. You should remove it.

class Event
{
    /**
     * @var MySQLRepository
     */
    private $mySQLRepository;
    /**
     * @var Config
     */
    private $config;
    /**

Posted from SensioLabsInsight

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions