Remove unnecessary exception documentation from isExternal method
This commit is contained in:
parent
ef9336ca54
commit
7d63b6411d
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@
|
||||||
*
|
*
|
||||||
* @return bool True if the request is external, false otherwise.
|
* @return bool True if the request is external, false otherwise.
|
||||||
* @throws DatabaseOperationException Thrown if an error occurs while retrieving the peer.
|
* @throws DatabaseOperationException Thrown if an error occurs while retrieving the peer.
|
||||||
* @throws StandardRpcException Thrown if the session UUID is invalid.
|
|
||||||
*/
|
*/
|
||||||
public function isExternal(): bool
|
public function isExternal(): bool
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue