Skip to content

Commit e59410b

Browse files
authored
Typo
1 parent 4d72b68 commit e59410b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Laravel finds event listeners by scanning the listener classes using PHP's refle
146146
/**
147147
* Handle the given event.
148148
*
149-
* @param \App\Events\PodcastProcessed
149+
* @param \App\Events\PodcastProcessed $event
150150
* @return void
151151
*/
152152
public function handle(PodcastProcessed $event)

0 commit comments

Comments
 (0)