Skip to content

Commit 66d81ca

Browse files
rap2hpoutretaylorotwell
authored andcommitted
fix encrypthelper param type (#19387)
1 parent 868eb09 commit 66d81ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ function elixir($file, $buildDirectory = 'build')
424424
/**
425425
* Encrypt the given value.
426426
*
427-
* @param string $value
427+
* @param mixed $value
428428
* @return string
429429
*/
430430
function encrypt($value)

0 commit comments

Comments
 (0)