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/PostmanWpMailBinder.php | |
parent | 42e5e0a2f5af7bbe8a1bdb12ed079e7c62069bb7 (diff) | |
download | Post-SMTP-d76cdbed13cd8772bed40d327b2894715f966c7b.zip |
Fixes #33, fixes a couple of return type issues
Diffstat (limited to 'Postman/PostmanWpMailBinder.php')
-rw-r--r-- | Postman/PostmanWpMailBinder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/PostmanWpMailBinder.php b/Postman/PostmanWpMailBinder.php index b0be8f4..dc5ea28 100644 --- a/Postman/PostmanWpMailBinder.php +++ b/Postman/PostmanWpMailBinder.php @@ -26,7 +26,7 @@ if (! class_exists ( 'PostmanWpMailBinder' )) { /** * Return the Singleton instance * - * @return Ambigous <NULL, PostmanWpMailBinder> + * @return PostmanWpMailBinder */ public static function getInstance() { static $inst = null; |