diff options
author | Niels de Blaauw <niels@level-level.com> | 2019-03-13 11:44:08 +0100 |
---|---|---|
committer | Niels de Blaauw <niels@level-level.com> | 2019-03-13 11:44:08 +0100 |
commit | d76cdbed13cd8772bed40d327b2894715f966c7b (patch) | |
tree | ce0ca8316351a860c472026d5049bce871ef74b1 /Postman/Postman-Connectivity-Test/Postman-PortTest.php | |
parent | 42e5e0a2f5af7bbe8a1bdb12ed079e7c62069bb7 (diff) | |
download | Post-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.php | 4 |
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 ); |