Skip to content

Commit

Permalink
[5.x] Update docblock in action class stub (#10751)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Sep 2, 2024
1 parent baea8d3 commit 1f286b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/stubs/action.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class DummyClass extends Action
/**
* The run method
*
* @return void
* @return mixed
*/
public function run($items, $values)
{
Expand Down

0 comments on commit 1f286b0

Please sign in to comment.