core/Group/Queue/TubeTick.php
Showing 10 of 10 total issues
The closing brace for the class must go on the next line after the body Open
Open
}
- Exclude checks
Opening class brace must be on a line by itself Open
Open
{
- Exclude checks
Inline control structures are not allowed Open
Open
if($data) $worker['process']->write($data);
- Exclude checks
Whitespace found at end of line Open
Open
{
- Exclude checks
Whitespace found at end of line Open
Open
foreach ($this->workers as $pid => $worker) {
- Exclude checks
Expected 1 space after IF keyword; 0 found Open
Open
if($data) $worker['process']->write($data);
- Exclude checks
Whitespace found at end of line Open
Open
{
- Exclude checks
Whitespace found at end of line Open
Open
\Log::info("队列worker{$pid}启动", [], 'tube.work');
- Exclude checks
Whitespace found at end of line Open
Open
{
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
}
- Exclude checks