Showing 1,150 of 1,150 total issues
Spaces must be used for alignment; tabs are not allowed Open
Open
self::$store = [];
- Exclude checks
Spaces must be used for alignment; tabs are not allowed Open
Open
$response->send();
- Exclude checks
Visibility must be declared on method "setMethod" Open
Open
abstract function setMethod();
- Exclude checks
Expected 1 space after FUNCTION keyword; 0 found Open
Open
swoole_event_add($worker->pipe, function($pipe) use ($worker, $server, $listener, $timer) {
- Exclude checks
Method name "Kernal::fix_gpc_magic" is not in camel caps format Open
Open
public function fix_gpc_magic()
- Exclude checks
Blank line found at end of control structure Open
Open
- Exclude checks
Blank line found at start of control structure Open
Open
if (is_dir($dir."/Controller/".$controllerName)) {
- Exclude checks
Expected 1 space after FUNCTION keyword; 0 found Open
Open
EventDispatcher::addListener('kernal.request', function($event){
- Exclude checks
Method name "SqlMigrateCommand::ListSql" is not in camel caps format Open
Open
private function ListSql($sqlDir)
- Exclude checks
Opening class brace must be on a line by itself Open
Open
{
- Exclude checks
Opening class brace must be on a line by itself Open
Open
{
- Exclude checks
Opening class brace must be on a line by itself Open
Open
{
- Exclude checks
Expected 0 spaces before opening brace; 1 found Open
Open
{
- Exclude checks
Spaces must be used for alignment; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used for alignment; tabs are not allowed Open
Open
{
- Exclude checks
Spaces must be used for alignment; tabs are not allowed Open
Open
}
- Exclude checks
Function doAction
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
public function doAction($class, $action, array $parameters, \Request $request) { $reflector = $this->buildMoudle($class); if (!$reflector->hasMethod($action)) {
- Read upRead up
Spaces must be used for alignment; tabs are not allowed Open
Open
{
- Exclude checks
Blank line found at end of control structure Open
Open
- Exclude checks
The closing brace for the class must go on the next line after the body Open
Open
}
- Exclude checks