summaryrefslogtreecommitdiff
path: root/Postman/Postman-Connectivity-Test/Postman-PortTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Connectivity-Test/Postman-PortTest.php')
-rw-r--r--Postman/Postman-Connectivity-Test/Postman-PortTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Postman/Postman-Connectivity-Test/Postman-PortTest.php b/Postman/Postman-Connectivity-Test/Postman-PortTest.php
index d92b743..91d18f1 100644
--- a/Postman/Postman-Connectivity-Test/Postman-PortTest.php
+++ b/Postman/Postman-Connectivity-Test/Postman-PortTest.php
@@ -50,8 +50,8 @@ class PostmanPortTest {
/**
* Wrap the regDomain/getRegisteredDomain function
*
- * @param mixed $domain
- * @return mixed|Ambigous <NULL, string, unknown, mixed>
+ * @param mixed $domain
+ * @return mixed
*/
private function getRegisteredDomain($hostname) {
$registeredDomain = getRegisteredDomain ( $hostname );