Skip to content

Commit

Permalink
Merge branch 'add-larastan' of github.com:ans-group/laravel-health-ch…
Browse files Browse the repository at this point in the history
…eck into add-larastan
  • Loading branch information
phily245 committed Jul 24, 2024
2 parents dea659c + 549e525 commit 530086e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Checks/FtpHealthCheckTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ public function testShowsProblemWhenCantConnectToFtpServer(): void

public function testShowsOkayWhenCanConnectToFtpServer(): void
{
$generator = function (): iterable
{
$generator = function (): iterable {
yield 'foo';
yield 'bar';
yield 'baz';
Expand Down

0 comments on commit 530086e

Please sign in to comment.