Skip to content

Commit 489f3a1

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: [FrameworkBundle] Fix calling Client::getProfile() before sending a request Fix type error [Security/Core] Don't use ParagonIE_Sodium_Compat collect called listeners information only once add test to avoid regressions fix typos Turkish translation added to Form Component
2 parents 6879173 + 9c3dd3b commit 489f3a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Encoder/Argon2iPasswordEncoder.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ public static function isSupported()
5151
return true;
5252
}
5353

54-
if (class_exists('ParagonIE_Sodium_Compat') && method_exists('ParagonIE_Sodium_Compat', 'crypto_pwhash_is_available')) {
55-
return \ParagonIE_Sodium_Compat::crypto_pwhash_is_available();
56-
}
57-
5854
return \function_exists('sodium_crypto_pwhash_str') || \extension_loaded('libsodium');
5955
}
6056

0 commit comments

Comments
 (0)