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 <[email protected]>
  • Loading branch information
ChristophWurst committed Aug 7, 2024
1 parent 8345198 commit 398f114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Service/Autoconfig/IspDbTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class IspDbTest extends TestCase {
private $client;

/** @var MockObject|Resolver */
private MockObject|Resolver $dnsResolver;
private $dnsResolver;

/** @var LoggerInterface|MockObject */
private $logger;
Expand Down

0 comments on commit 398f114

Please sign in to comment.