Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Jan 26, 2024
1 parent 87541ea commit 0660c56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class FetchPackagistTotalsCommand extends Command

protected $description = 'Fetch totals for all our PHP packages';

public function handle(): int
public function handle(): void
{
$this->info('Fetching packagist totals...');

Expand Down

0 comments on commit 0660c56

Please sign in to comment.