Skip to content

Commit f45e84a

Browse files
committed
Remove leftover Socket::__toString()
1 parent 0b242ed commit f45e84a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Datagram/Socket.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,4 @@ private function sanitizeAddress($address)
119119
}
120120
return $address;
121121
}
122-
123-
public function __toString()
124-
{
125-
return $this->getAddress() . ' (' . $this->socket . ')';
126-
}
127122
}

0 commit comments

Comments
 (0)