Rename getAddress method to getPeerAddress for clarity
This commit is contained in:
parent
d9955f9393
commit
e3ca7869e2
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
*
|
||||
* @return PeerAddress The address associated with the instance.
|
||||
*/
|
||||
public function getAddress(): PeerAddress
|
||||
public function getPeerAddress(): PeerAddress
|
||||
{
|
||||
return $this->address;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue