Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return [];
Avoid too many return
statements within this method. Open
Open
return $context->withScopeVariable(
$variable
);
Avoid too many return
statements within this method. Open
Open
return $this->context->withScopeVariable($variable);
Avoid too many return
statements within this method. Open
Open
return $this->context;
Avoid too many return
statements within this method. Open
Open
return $code_base->getMethodByFQSEN($fqsen);
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $this->context;
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $type->isInBoolFamily();
Avoid too many return
statements within this method. Open
Open
return $context;
Avoid too many return
statements within this method. Open
Open
return $type_set;
Avoid too many return
statements within this method. Open
Open
return (new ContextMergeVisitor($context, [$left_false_context, $right_false_context]))->combineChildContextList();
Avoid too many return
statements within this method. Open
Open
return $context;
Avoid too many return
statements within this method. Open
Open
return [$type];
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return $right_type;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return ArrayType::combineArrayShapeTypesWithField(
$union_type,
$dim_value,
$dim_union_type->nonNullableClone()->withIsPossiblyUndefined(false)
);
Avoid too many return
statements within this method. Open
Open
return UnionType::of($new_type_set, $old_type->getRealTypeSet());
Avoid too many return
statements within this method. Open
Open
return $context;