core/Group/Queue/MessageQueue.php
Showing 4 of 4 total issues
Inline control structures are not allowed Open
Open
if (!in_array($argv[1], ['start', 'restart', 'stop'])) return;
- Exclude checks
Inline control structures are not allowed Open
Open
if (!isset($argv[1])) return;
- Exclude checks