We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in lib/Qless/Worker.php, line 19
This processType attribute is declared but never used. You should remove it.
processType
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
The text was updated successfully, but these errors were encountered:
getter for processType #2
cd79be7
No branches or pull requests
in lib/Qless/Worker.php, line 19
Posted from SensioLabsInsight
The text was updated successfully, but these errors were encountered: