Skip to content

Commit

Permalink
Fixed queue docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jul 15, 2014
1 parent b7d695e commit c8ec6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jobs/BeanstalkdJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class BeanstalkdJob extends Job {
* Create a new job instance.
*
* @param \Illuminate\Container\Container $container
* @param Pheanstalk $pheanstalk
* @param Pheanstalk_Job $job
* @param \Pheanstalk_Pheanstalk $pheanstalk
* @param \Pheanstalk_Job $job
* @param string $queue
* @return void
*/
Expand Down
1 change: 0 additions & 1 deletion Jobs/IronJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class IronJob extends Job {
* @param \Illuminate\Container\Container $container
* @param \Illuminate\Queue\IronQueue $iron
* @param object $job
* @param string $queue
* @param bool $pushed
* @return void
*/
Expand Down

0 comments on commit c8ec6ba

Please sign in to comment.