Add PHPDoc annotation for the execute method in Logout

This commit is contained in:
netkas 2024-10-06 19:00:17 -04:00
parent 3b0d131582
commit bdcce70ce4

View file

@ -8,6 +8,9 @@
class Logout extends Method
{
/**
* @inheritDoc
*/
public static function execute(Bot $bot, array $parameters=[]): bool
{
return (bool) self::executeCurl(self::buildPost($bot, Methods::LOGOUT->value));