We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77ce00 commit bc7ab96Copy full SHA for bc7ab96
lib/internal/Magento/Framework/Encryption/Encryptor.php
@@ -609,7 +609,7 @@ private function getArgonHash(
609
* @param string $key
610
* @return false|string
611
*/
612
- private function decodeKey(string $key)
+ private function decodeKey(string $key) : string|bool
613
{
614
return (str_starts_with($key, ConfigOptionsListConstants::STORE_KEY_ENCODED_RANDOM_STRING_PREFIX)) ?
615
base64_decode(substr($key, strlen(ConfigOptionsListConstants::STORE_KEY_ENCODED_RANDOM_STRING_PREFIX))) :
0 commit comments