Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return $int_or_string_type;
Avoid too many return
statements within this method. Open
Open
return UnionType::empty();
Avoid too many return
statements within this method. Open
Open
return $expr_type;
Avoid too many return
statements within this method. Open
Open
return;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return UnionType::empty();
Avoid too many return
statements within this method. Open
Open
return ArrayType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return FullyQualifiedClassName::fromFullyQualifiedString($class_name);
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 MixedType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return $expr_type->withRealType(ObjectType::instance(false));
Avoid too many return
statements within this method. Open
Open
return ObjectType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return [];
Avoid too many return
statements within this method. Open
Open
return self::literalStringUnionType('');
Avoid too many return
statements within this method. Open
Open
return VoidType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return UnionType::of($type_set, $real_type_set);
Avoid too many return
statements within this method. Open
Open
return $element_types;
Avoid too many return
statements within this method. Open
Open
return $class->getMethodByName($this->code_base, '__get')->getUnionType();
Avoid too many return
statements within this method. Open
Open
return $node->hash ?? ($node->hash = self::computeHash($node));