Updated PhpDocs
This commit is contained in:
parent
bb3e0a5ffa
commit
3bb5f2788e
1 changed files with 1 additions and 3 deletions
|
@ -41,9 +41,6 @@
|
||||||
* missing or invalid request types.
|
* missing or invalid request types.
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
* @throws CryptographyException
|
|
||||||
* @throws DatabaseOperationException
|
|
||||||
* @throws ResolutionException
|
|
||||||
*/
|
*/
|
||||||
public static function handleRequest(): void
|
public static function handleRequest(): void
|
||||||
{
|
{
|
||||||
|
@ -765,6 +762,7 @@
|
||||||
*
|
*
|
||||||
* @param PeerAddress|string $peerAddress The external peer address or string identifier to be resolved.
|
* @param PeerAddress|string $peerAddress The external peer address or string identifier to be resolved.
|
||||||
* @return Peer The resolved external peer after synchronization.
|
* @return Peer The resolved external peer after synchronization.
|
||||||
|
* @throws StandardException Thrown if there was an error with the resolution process
|
||||||
*/
|
*/
|
||||||
public static function resolvePeer(PeerAddress|string $peerAddress): Peer
|
public static function resolvePeer(PeerAddress|string $peerAddress): Peer
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue