Updated PhpDoc
This commit is contained in:
parent
a934049ea5
commit
4e22a8bacd
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
* @param string $peerUuid The unique identifier of the peer.
|
* @param string $peerUuid The unique identifier of the peer.
|
||||||
* @param string|PeerAddress $contactAddress The contact's address, either as a string or a PeerAddress instance.
|
* @param string|PeerAddress $contactAddress The contact's address, either as a string or a PeerAddress instance.
|
||||||
* @return bool Returns true if the contact exists in the database; otherwise, returns false.
|
* @return bool Returns true if the contact exists in the database; otherwise, returns false.
|
||||||
|
* @throws DatabaseOperationException If the operation fails.
|
||||||
*/
|
*/
|
||||||
public static function isContact(string $peerUuid, string|PeerAddress $contactAddress): bool
|
public static function isContact(string $peerUuid, string|PeerAddress $contactAddress): bool
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue