Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
style: fix comments for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Apr 13, 2019
1 parent 550c5b2 commit c5ff108
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Joserick/Plex/Plex.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function getClient($clientName)
}

/**
* Returns the token of the session plex
* Returns the token of the Plex server
*
* @author <[email protected]> José Erick Carreón
*
Expand All @@ -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";
Expand Down

0 comments on commit c5ff108

Please sign in to comment.