Showing 3,272 of 4,939 total issues
Avoid too many return
statements within this method. Open
Open
return $union_type;
Avoid too many return
statements within this method. Open
Open
return self::literalStringUnionType(Config::projectPath($this->context->getFile()));
Avoid too many return
statements within this method. Open
Open
return NullType::instance(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return ArrayShapeType::empty(false)->asRealUnionType();
Avoid too many return
statements within this method. Open
Open
return NullType::instance(false)->asPHPDocUnionType();
Avoid too many return
statements within this method. Open
Open
return $type->withIsNullable(true);
Avoid too many return
statements within this method. Open
Open
return $result->applyUnaryBitwiseNotOperator();
Avoid too many return
statements within this method. Open
Open
return UnionType::empty();
Avoid too many return
statements within this method. Open
Open
return $class->getParentClassFQSEN(); // may or may not exist.
Avoid too many return
statements within this method. Open
Open
return "\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\0";
Avoid too many return
statements within this method. Open
Open
return md5((string) $node, true);
Avoid too many return
statements within this method. Open
Open
return UnionType::empty();
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;