Showing 4,939 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return ($type->isValidNumericOperand() && $type->isValidBitwiseOperand()) || $type instanceof StringType;
Avoid too many return
statements within this method. Open
Open
return $this->context->getClassFQSEN()->asType()->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(\ltrim($this->context->getNamespace(), '\\'));
Avoid too many return
statements within this method. Open
Open
return UnionType::empty();
Avoid too many return
statements within this method. Open
Open
return FalseType::instance(false)->asRealUnionType();
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 $generic_types;
Avoid too many return
statements within this method. Open
Open
return $result->applyUnaryPlusOperator();
Avoid too many return
statements within this method. Open
Open
return $result;
Avoid too many return
statements within this method. Open
Open
return UnionType::empty();
Avoid too many return
statements within this method. Open
Open
return StringType::instance(false)->asPHPDocUnionType();
Avoid too many return
statements within this method. Open
Open
return StaticType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return $true_type;
Avoid too many return
statements within this method. Open
Open
return null;
Avoid too many return
statements within this method. Open
Open
return $closure_types;
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 $false_type;
Avoid too many return
statements within this method. Open
Open
return $element_types;
Avoid too many return
statements within this method. Open
Open
return [$method->getFQSEN()];