Skip to content

Commit 5334280

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: [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 9f34f02 + c022af4 commit 5334280

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
@@ -985,7 +985,7 @@ public function getPassword()
985985
/**
986986
* Gets the user info.
987987
*
988-
* @return string A user name and, optionally, scheme-specific information about how to gain authorization to access the server
988+
* @return string|null A user name if any and, optionally, scheme-specific information about how to gain authorization to access the server
989989
*/
990990
public function getUserInfo()
991991
{

0 commit comments

Comments
 (0)