Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return false;
Avoid too many return
statements within this method. Open
Open
return $this->updateVariableWithConditionalFilter(
$var_node,
$context,
static function (UnionType $union_type) use ($cb): bool {
return $union_type->hasPhpdocOrRealTypeMatchingCallback($cb);
Avoid too many return
statements within this method. Open
Open
return $this->removeTrueFromVariable($var_node, $context);
Avoid too many return
statements within this method. Open
Open
return $probably_unknown_type;
Avoid too many return
statements within this method. Open
Open
return $this->context;
Avoid too many return
statements within this method. Open
Open
return $nullable_issue_type;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $this->analyzeAndUpdateToBeNotIdentical($node->children['left'], $node->children['right']);
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 $this->context;
Avoid too many return
statements within this method. Open
Open
return $context;
Avoid too many return
statements within this method. Open
Open
return [];
Avoid too many return
statements within this method. Open
Open
return $this->removeNullFromVariable($var_node, $context, false);
Avoid too many return
statements within this method. Open
Open
return $probably_float_type;
Avoid too many return
statements within this method. Open
Open
return $this->context;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return $this->__invoke($left);
Avoid too many return
statements within this method. Open
Open
return $this->withSetVariable($var_name, $parent_node, $node);