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 8c85a60 commit 550c5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Joserick/Plex/Machine/MachineAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ protected function getBaseUrl()
* XML attributes. This allows a set of XML nodes to be passed and all the
* attribues extracted and returned as an associated array.
*
* @param SimpleXMLElement $xmlNodes An XML node to have its attributes
* @param \SimpleXMLElement $xml An XML node to have its attributes
* converted to a useful PHP array.
* @param integer $pass The number of recursive levels down the method has
* run. This is mainly used for determining if we are on our first pass or
Expand Down Expand Up @@ -142,7 +142,7 @@ protected function xmlAttributesToArray($xml, $pass = 0)
*
* @param string $url The URL to which the request is to be made.
*
* @return SimpleXMLElement An XML document from a Plex machine.
* @return array An XML document from a Plex machine converted in array.
*
* @throws Plex_Exception_Machine
*/
Expand Down

0 comments on commit 550c5b2

Please sign in to comment.