forked from Wavyzz/dolibarr
i put the sword under the carpet
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user