Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return static::phpParserListToAstList($n, $start_line);
Avoid too many return
statements within this method. Open
Open
return StringType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return new ast\Node(
ast\AST_PRINT,
0,
['expr' => static::phpParserNodeToAstNode($n->expression)],
$start_line
Avoid too many return
statements within this method. Open
Open
return Type::fromFullyQualifiedString('\stdClass')->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return static::phpParserNodeToAstNode($n->expression);
Avoid too many return
statements within this method. Open
Open
return new ast\Node(
ast\AST_UNARY_OP,
$ast_kind,
['expr' => static::phpParserNodeToAstNode($n->operand)],
$start_line
Avoid too many return
statements within this method. Open
Open
return new ast\Node(
ast\AST_UNARY_OP,
flags\UNARY_SILENCE,
['expr' => static::phpParserNodeToAstNode($n->operand)],
$start_line
Avoid too many return
statements within this method. Open
Open
return static::phpParserArrayToAstArray($n, $start_line);
Avoid too many return
statements within this method. Open
Open
return '(try statement)';
Avoid too many return
statements within this method. Open
Open
return UnionType::empty();
Avoid too many return
statements within this method. Open
Open
return '(if statement element)';
Avoid too many return
statements within this method. Open
Open
return new ast\Node(
ast\AST_INCLUDE_OR_EVAL,
flags\EXEC_EVAL,
['expr' => static::phpParserNodeToAstNode($n->expression)],
$start_line
Avoid too many return
statements within this method. Open
Open
return static::astNodeStaticCall(
static::phpParserNonValueNodeToAstNode($callable_expression->scopeResolutionQualifier),
static::phpParserNodeToAstNode($callable_expression->memberName),
$arg_list,
$start_line
Avoid too many return
statements within this method. Open
Open
return static::phpParserNodeToAstNode($n->expression);
Avoid too many return
statements within this method. Open
Open
return static::phpParserMemberAccessExpressionToAstProp($n, $start_line);
Avoid too many return
statements within this method. Open
Open
return '(switch case list)';
Avoid too many return
statements within this method. Open
Open
return $visitor->visitUnionTypeLong($this->node);
Avoid too many return
statements within this method. Open
Open
return $visitor->visitUnionTypeString($this->node);
Avoid too many return
statements within this method. Open
Open
return $visitor->visitExecRequireOnce($this->node);
Avoid too many return
statements within this method. Open
Open
return static::astNodeAssignop($ast_kind, $n, $start_line);