Skip to content

Commit 9be4ba4

Browse files
committed
AC-8017 system settings improvement
1 parent 6dcd54b commit 9be4ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Encryption/Encryptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ private function getArgonHash(
609609
* @param string $key
610610
* @return false|string
611611
*/
612-
private function decodeKey(string $key)
612+
private function decodeKey(string $key) : string|bool
613613
{
614614
return (str_starts_with($key, ConfigOptionsListConstants::STORE_KEY_ENCODED_RANDOM_STRING_PREFIX)) ?
615615
base64_decode(substr($key, strlen(ConfigOptionsListConstants::STORE_KEY_ENCODED_RANDOM_STRING_PREFIX))) :

0 commit comments

Comments
 (0)