Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Apr 7, 2024
1 parent b37f28c commit 27bf47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resolve.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function address(
{
if (\Yggverse\Net\Valid::ip6($host))
{
$resolved->setHost(
$address->setHost(
sprintf(
'[%s]',
$host
Expand Down

0 comments on commit 27bf47e

Please sign in to comment.