1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 01:53:58 +01:00

Merge pull request #2399 from stephanedelprat/patch-1

Update RequestException.php
This commit is contained in:
Márk Sági-Kazár 2019-12-07 19:01:35 +01:00 committed by GitHub
commit 8f53f9f495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ class RequestException extends TransferException
}
/**
* Obfuscates URI if there is an username and a password present
* Obfuscates URI if there is a username and a password present
*
* @param UriInterface $uri
*