type_bare
Definition
/**
* Strip exactly one level of nullability, whichever of the two spellings carries it
* (OptionalType, or a UnionType containing NullType). Total: a NOT NULL type is returned unchanged.
*
* @template T
*
* @param Type<T> $type
*
* @return Type<mixed>
*/
type_bare(Type $type) : Type