Skip to content

Commit

Permalink
Update Registration.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanariel committed Apr 26, 2016
1 parent 986e775 commit 9bc115b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Services/Commands/Domain/Registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Registration extends HttpClient
*
* @param string $domain The domain name to check (e.g. example.com, NOT www.example.com)
*
* @return SimpleXMLElement
* @return \SimpleXMLElement
*/
public function check($domain)
{
Expand All @@ -51,7 +51,7 @@ public function check($domain)
*
* @param string|array $list A string of a single second-level domain or an array of multiple full domains.
* @param array [$tlds] An array of Top-level domains (if $list isn't an array)
* @return |SimpleXMLElement
* @return \SimpleXMLElement
*/
public function batchCheck($slds, $tlds = false)
{
Expand Down Expand Up @@ -91,7 +91,7 @@ public function getTLDDetails($tld)
/**
* Retrieve the settings for email confirmations of orders
*
* @return SimpleXMLElement
* @return \SimpleXMLElement
*/
public function getConfirmationSettings()
{
Expand Down Expand Up @@ -144,7 +144,7 @@ public function getNameSuggestions($search, $maxResults = 50, $spinType = 0, $in
*
* @param string $tld The Country Code Top Level Domain to check for extended attributes
*
* @return SimpleXMLElement
* @return \SimpleXMLElement
*/
public function getExtAttributes($tld)
{
Expand Down Expand Up @@ -429,7 +429,7 @@ public function getDomainRetailPricing($useQtyEngine = 0, $years = 1)
/**
* Get TLD list
*
* @return SimpleXMLElement
* @return \SimpleXMLElement
*/
public function getTldList()
{
Expand Down

0 comments on commit 9bc115b

Please sign in to comment.