Skip to content

Commit aa671fd

Browse files
authored
add back return type (#56774)
this fully reverts the change from #56684 that was partially reverted in #56773 by adding back the `@return` docblock. clearly this docblock isn't the whole story, but I think it's good to have it back until we fully figure out what the accurate answer is here.
1 parent ba3bb17 commit aa671fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Foundation/helpers.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ function encrypt($value, $serialize = true): string
498498
* @param string|object $event
499499
* @param mixed $payload
500500
* @param bool $halt
501+
* @return array|null
501502
*/
502503
function event(...$args)
503504
{

0 commit comments

Comments
 (0)