From c5ff108cd42714ee156b791821dc34160e9b2c2c Mon Sep 17 00:00:00 2001 From: Jose Erick Carreon Date: Sat, 13 Apr 2019 01:44:15 -0500 Subject: [PATCH] style: fix comments for documentation --- src/Joserick/Plex/Plex.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Joserick/Plex/Plex.php b/src/Joserick/Plex/Plex.php index d7d1798..97205a2 100644 --- a/src/Joserick/Plex/Plex.php +++ b/src/Joserick/Plex/Plex.php @@ -165,7 +165,7 @@ public function getClient($clientName) } /** - * Returns the token of the session plex + * Returns the token of the Plex server * * @author José Erick Carreón * @@ -176,7 +176,7 @@ public function getClient($clientName) * * @return string The token Plex account. * - * @throws Plex_Exception_Server() Server token not obtained. + * @throws Plex_Exception_Server Server token not obtained. */ public function getToken($username, $password) { $host = "https://plex.tv/users/sign_in.json";