Skip to content

Commit e283083

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Fix tests [VarExporter] escape unicode chars involved in directionality [Intl] Update the ICU data to 70.1 Fix typos Update validators.ca.xlf Add missing Validator translations for Estonian Fix `Request::getUserInfo()` return type [VarDumper] Make dumping DateInterval instances timezone-independent Add missing validators translation in Brazillian Portuguese I heard you like some Finnish translations #43432 fix typo and improve TH translation Added missing translations for Thai (th) [Messenger] Use `TransportMessageIdStamp` in `InMemoryTransport` allows retrying
2 parents 575f839 + 5334280 commit e283083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ public function getPassword()
993993
/**
994994
* Gets the user info.
995995
*
996-
* @return string A user name and, optionally, scheme-specific information about how to gain authorization to access the server
996+
* @return string|null A user name if any and, optionally, scheme-specific information about how to gain authorization to access the server
997997
*/
998998
public function getUserInfo()
999999
{

0 commit comments

Comments
 (0)