2
0
forked from Wavyzz/dolibarr

i put the sword under the carpet

This commit is contained in:
Frédéric FRANCE
2018-11-15 21:29:28 +01:00
parent 7c241620c0
commit 532ce34c53
2 changed files with 2 additions and 2 deletions

View File

@@ -555,7 +555,7 @@ class Swift_Transport_Esmtp_Auth_NTLMAuthenticator implements Swift_Transport_Es
*
* @return string
*/
protected function getRandomBytes($length) : string
protected function getRandomBytes($length)
{
$bytes = openssl_random_pseudo_bytes($length, $strong);
if (false !== $bytes && true === $strong) {