Skip to content

Commit d7af405

Browse files
Add return type declaration to TestCantonEmails command handler
1 parent 65919bc commit d7af405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Console/Commands/TestCantonEmails.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class TestCantonEmails extends Command
1010
protected $signature = 'test:canton-emails';
1111
protected $description = 'Test canton email routing functionality';
1212

13-
public function handle()
13+
public function handle(): int
1414
{
1515
$this->info('Testing Canton Email Service...');
1616
$this->line(str_repeat('-', 50));

0 commit comments

Comments
 (0)