core/Group/Async/Handler/WorkHandler.php
Showing 8 of 8 total issues
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($serv, $fd, $fromId, $data, $cmd, $table)
Avoid variables with short names like $fd. Configured minimum length is 3. Open
Open
protected $fd;
- Read upRead up
- Exclude checks
Avoid variables with short names like $fd. Configured minimum length is 3. Open
Open
public function __construct($serv, $fd, $fromId, $data, $cmd, $table)
- Read upRead up
- Exclude checks
Expected 0 spaces before opening brace; 1 found Open
Open
{
- Exclude checks
Opening class brace must be on a line by itself Open
Open
{
- Exclude checks
Whitespace found at end of line Open
Open
{
- Exclude checks
Whitespace found at end of line Open
Open
abstract class WorkHandler
- Exclude checks
Whitespace found at end of line Open
Open
{
- Exclude checks