Skip to content

Commit

Permalink
fix typo (#50808)
Browse files Browse the repository at this point in the history
  • Loading branch information
elguitarraverde committed Mar 28, 2024
1 parent 4b4d5ad commit 53901cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Encryption/Encrypter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 53901cd

Please sign in to comment.