fucongcong/framework

View on GitHub
core/Group/Queue/MessageQueue.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 4 of 4 total issues

The method run() contains an exit expression.
Open

die($this->help);
Severity: Minor
Found in core/Group/Queue/MessageQueue.php by phpmd

The method checkArgv() contains an exit expression.
Open

die;
Severity: Minor
Found in core/Group/Queue/MessageQueue.php by phpmd

Inline control structures are not allowed
Open

if (!in_array($argv[1], ['start', 'restart', 'stop'])) return;

Inline control structures are not allowed
Open

if (!isset($argv[1])) return;
Category
Status