core/Group/Async/Async.php
Showing 6 of 6 total issues
Avoid unused local variables such as '$server'. Open
Open
$server = new Server($config[$argv[1]], $argv[1]);
- Read upRead up
- Exclude checks
Line exceeds 120 characters; contains 134 characters Open
Open
$log = isset($config[$argv[1]]['config']['log_file']) ? $config[$argv[1]]['config']['log_file'] : 'runtime/async/default.log';
- Exclude checks
Inline control structures are not allowed Open
Open
if (!isset($config[$argv[1]])) return;
- Exclude checks
Inline control structures are not allowed Open
Open
if (!isset($argv[1])) return;
- Exclude checks