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
The getHangoutLink() method should return an empty string ("") when no Hangout link is present, according to the API documentation.
Actual behavior
The getHangoutLink() method returns a null character (\0), not an empty string ("") or PHP null value. This causes unexpected behavior with string comparisons and can lead to subtle bugs in string handling code.
The text was updated successfully, but these errors were encountered:
Environment details
Steps to reproduce
Code example
Expected behavior
The getHangoutLink() method should return an empty string ("") when no Hangout link is present, according to the API documentation.
Actual behavior
The getHangoutLink() method returns a null character (\0), not an empty string ("") or PHP null value. This causes unexpected behavior with string comparisons and can lead to subtle bugs in string handling code.
The text was updated successfully, but these errors were encountered: