Browse Source

rename method

main
ghost 6 months ago
parent
commit
44aaf47861
  1. 2
      src/Socket.php

2
src/Port.php → src/Socket.php

@ -4,7 +4,7 @@ declare(strict_types=1); @@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Yggverse\Net;
class Port
class Socket
{
public static function isHost(mixed $value): bool
{
Loading…
Cancel
Save