summaryrefslogtreecommitdiff
path: root/Postman/Postman-Connectivity-Test/Postman-PortTest.php
diff options
context:
space:
mode:
authorNiels de Blaauw <niels@level-level.com>2019-03-13 11:44:08 +0100
committerNiels de Blaauw <niels@level-level.com>2019-03-13 11:44:08 +0100
commitd76cdbed13cd8772bed40d327b2894715f966c7b (patch)
treece0ca8316351a860c472026d5049bce871ef74b1 /Postman/Postman-Connectivity-Test/Postman-PortTest.php
parent42e5e0a2f5af7bbe8a1bdb12ed079e7c62069bb7 (diff)
downloadPost-SMTP-d76cdbed13cd8772bed40d327b2894715f966c7b.zip
Fixes #33, fixes a couple of return type issues
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 );