Skip to content

Commit

Permalink
Add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa committed Aug 16, 2022
1 parent 1f74945 commit 8b0636d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/TestArchitecture.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TestArchitecture extends Command

protected $description = 'Run the architectural tests';

public function handle()
public function handle(): int
{
$command = './vendor/bin/phparkitect check '.'--config='.__DIR__.'/../phparkitect.php';

Expand Down

0 comments on commit 8b0636d

Please sign in to comment.