Skip to content

Commit

Permalink
fixup! fix(autoconfig): Refactor DNS query for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Aug 7, 2024
1 parent f5220d8 commit 8b65f86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Unit/Service/Autoconfig/IspDbTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ class IspDbTest extends TestCase {
/** @var LoggerInterface|MockObject */
private $logger;

private IspDb $ispDb;
/** @var IspDb */
private $ispDb;

protected function setUp(): void {
parent::setUp();
Expand Down

0 comments on commit 8b65f86

Please sign in to comment.