Skip to content

Commit

Permalink
Proper docblock type
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Nov 15, 2019
1 parent e69b7a4 commit cc4b332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repositories/RedisJobRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public function completed(JobPayload $payload, $failed = false)
/**
* Mark a given job as completed and set it to expire.
*
* @param \Predis\Pipeline\Pipeline $pipe
* @param \Redis $pipe
* @param string $id
* @param bool $failed
* @return void
Expand Down

0 comments on commit cc4b332

Please sign in to comment.