Closed sero583 closed 1 year ago
This commit resolves the issue where the default argument could be null, while the return type was not nullable. This mismatch could lead to exceptions during usage and when returning null.
Works as intended
This commit resolves the issue where the default argument could be null, while the return type was not nullable. This mismatch could lead to exceptions during usage and when returning null.