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

Commit

Permalink
style: Added namespace path to tag 'return' in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joserick committed Apr 13, 2019
1 parent 77a2e09 commit a5a629b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Joserick/Plex/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ private function getController($type)
* @uses Plex_Client::getController()
* @uses Plex_Client_ControllerAbstract::TYPE_NAVIGATION
*
* @return Plex_Client_Controller_Navigation The navigation controller.
* @return Client\Controller\Plex_Client_Controller_Navigation The navigation controller.
*/
public function getNavigationController()
{
Expand All @@ -141,7 +141,7 @@ public function getNavigationController()
* @uses Plex_Client::getController()
* @uses Plex_Client_ControllerAbstract::TYPE_PLAYBACK
*
* @return Plex_Client_Controller_Playback The playback controller.
* @return Client\Controller\Plex_Client_Controller_Playback The playback controller.
*/
public function getPlaybackController()
{
Expand All @@ -156,7 +156,7 @@ public function getPlaybackController()
* @uses Plex_Client::getController()
* @uses Plex_Client_ControllerAbstract::TYPE_APPLICATION
*
* @return Plex_Client_Controller_Application The application controller.
* @return Client\Controller\Plex_Client_Controller_Application The application controller.
*/
public function getApplicationController()
{
Expand Down

0 comments on commit a5a629b

Please sign in to comment.