Skip to content

Commit

Permalink
Fix PhpDoc for Event class constructor. (#24523)
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk authored and taylorotwell committed Jun 9, 2018
1 parent 2ef91b4 commit 5c321df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Console/Scheduling/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class Event
/**
* Create a new event instance.
*
* @param \Illuminate\Console\Scheduling\Mutex $mutex
* @param \Illuminate\Console\Scheduling\EventMutex $mutex
* @param string $command
* @return void
*/
Expand Down

0 comments on commit 5c321df

Please sign in to comment.