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

[Insight] Unused method, property, variable or parameter - in lib/Qless/Worker.php, line 19 #2

Open
baohx2000 opened this issue Dec 27, 2015 · 0 comments

Comments

@baohx2000
Copy link
Owner

in lib/Qless/Worker.php, line 19

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

    const PROCESS_TYPE_MASTER = 0;
    const PROCESS_TYPE_JOB = 1;
    const PROCESS_TYPE_WATCHDOG = 2;

    private $processType = self::PROCESS_TYPE_MASTER;

    /**
     * @var Queue[]
     */
    private $queues = array();

Posted from SensioLabsInsight

baohx2000 added a commit that referenced this issue Dec 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant