Skip to content

Commit

Permalink
Fix bugs as suggested by scrutinizer-ci.com .
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencegf committed Nov 25, 2019
1 parent 71e9720 commit fba0029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/Skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function readConfigFile()
* contents of the skin's config.xml file. Note that you should
* call readConfigFile to set the contents of $configxml.
*
* @return SimpleXMLElement The SimpleXMLElement object corresponding to
* @return \SimpleXMLElement The SimpleXMLElement object corresponding to
* the parsed in XML config file.
*/
public function getconfigxml()
Expand All @@ -269,7 +269,7 @@ public function getconfigxml()
*
* @param mixed $args Variable number of parameters corresponding to XML
* blocks (and possible sub-blocks).
* @return SimpleXMLElement|null A SimpleXMLElement corresponding to the
* @return \SimpleXMLElement|null A SimpleXMLElement corresponding to the
* passed-in XML option, or 'null' if no such option exists.
*/
public function getConfigOption(...$args)
Expand Down

0 comments on commit fba0029

Please sign in to comment.