You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several functions' comments in UriInterface state that the return type is null|string, but the declared return type in the signature is a non-nullable string. Are the comments wrong, or should the functions return a nullable string?
Several functions' comments in UriInterface state that the return type is
null|string
, but the declared return type in the signature is a non-nullable string. Are the comments wrong, or should the functions return a nullable string?Examples:
hack-http-request-response-interfaces/src/UriInterface.hack
Lines 64 to 66 in ab9e095
hack-http-request-response-interfaces/src/UriInterface.hack
Lines 83 to 85 in ab9e095
hack-http-request-response-interfaces/src/UriInterface.hack
Lines 106 to 108 in ab9e095
hack-http-request-response-interfaces/src/UriInterface.hack
Lines 172 to 174 in ab9e095
The text was updated successfully, but these errors were encountered: