From 53901cdbbcfba0f231f2c45f336d1fab5a72392a Mon Sep 17 00:00:00 2001 From: Antonio Date: Thu, 28 Mar 2024 12:17:42 +0100 Subject: [PATCH] fix typo (#50808) --- src/Illuminate/Encryption/Encrypter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Encryption/Encrypter.php b/src/Illuminate/Encryption/Encrypter.php index 003bbfbffc87..e3e03bb9f950 100755 --- a/src/Illuminate/Encryption/Encrypter.php +++ b/src/Illuminate/Encryption/Encrypter.php @@ -335,7 +335,7 @@ public function getPreviousKeys() /** * Set the previous / legacy encryption keys that should be utilized if decryption fails. * - * @param array $key + * @param array $keys * @return $this */ public function previousKeys(array $keys)