Browse Source

rename method

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

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

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