Skip to content

Commit

Permalink
Finalize classes
Browse files Browse the repository at this point in the history
  • Loading branch information
rustamwin committed Dec 18, 2020
1 parent 93da661 commit 15c425c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DnsHelper.php
Expand Up @@ -4,7 +4,7 @@

namespace Yiisoft\NetworkUtilities;

class DnsHelper
final class DnsHelper
{
/**
* @param string $hostname hostname without dot at end
Expand Down
2 changes: 1 addition & 1 deletion src/IpHelper.php
Expand Up @@ -4,7 +4,7 @@

namespace Yiisoft\NetworkUtilities;

class IpHelper
final class IpHelper
{
public const IPV4 = 4;
public const IPV6 = 6;
Expand Down

0 comments on commit 15c425c

Please sign in to comment.