API navigation
Hide inherited methods
Source code
public static function normalize(string|BackedEnum $value): string { return $value instanceof BackedEnum ? (string) $value->value : $value; }
Join the conversation to share a note.
User Contributed Notes
Leave a comment
Join the conversation to share a note.