Skip to content

Commit

Permalink
Merge pull request laravel#7521 from KennedyTedesco/patch-1
Browse files Browse the repository at this point in the history
[5.0] Add missing @param to CallQueuedHandler
  • Loading branch information
taylorotwell committed Feb 20, 2015
2 parents 85d85df + 93fdfc1 commit acde48d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Events/CallQueuedHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ protected function setJobInstanceIfNecessary(Job $job, $instance)
/**
* Call the failed method on the job instance.
*
* @param array $data
* @return void
*/
public function failed(array $data)
Expand Down

0 comments on commit acde48d

Please sign in to comment.