summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail
diff options
context:
space:
mode:
Diffstat (limited to 'Postman/Postman-Mail')
-rw-r--r--Postman/Postman-Mail/PostmanGmailApiModuleZendMailTransport.php4
-rw-r--r--Postman/Postman-Mail/PostmanTransportRegistry.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/Postman/Postman-Mail/PostmanGmailApiModuleZendMailTransport.php b/Postman/Postman-Mail/PostmanGmailApiModuleZendMailTransport.php
index 3cb05c9..544d5fb 100644
--- a/Postman/Postman-Mail/PostmanGmailApiModuleZendMailTransport.php
+++ b/Postman/Postman-Mail/PostmanGmailApiModuleZendMailTransport.php
@@ -112,7 +112,7 @@ if (! class_exists ( 'PostmanGmailApiModuleZendMailTransport' )) {
*
* @param string $host
* OPTIONAL (Default: 127.0.0.1)
- * @param array|null $config
+ * @param array $config
* OPTIONAL (Default: null)
* @return void
*
@@ -165,7 +165,7 @@ if (! class_exists ( 'PostmanGmailApiModuleZendMailTransport' )) {
/**
* Gets the connection protocol instance
*
- * @return Postman_Zend_Mail_Protocol|null
+ * @return Postman_Zend_Mail_Protocol_Abstract|null
*/
public function getConnection() {
return $this->_connection;
diff --git a/Postman/Postman-Mail/PostmanTransportRegistry.php b/Postman/Postman-Mail/PostmanTransportRegistry.php
index 17b8eb6..5af2493 100644
--- a/Postman/Postman-Mail/PostmanTransportRegistry.php
+++ b/Postman/Postman-Mail/PostmanTransportRegistry.php
@@ -71,7 +71,7 @@ class PostmanTransportRegistry {
/**
* Retrieve the transport Postman is currently configured with.
*
- * @return PostmanDummyTransport|PostmanModuleTransport
+ * @return PostmanModuleTransport
* @deprecated
*/
public function getCurrentTransport() {
@@ -105,7 +105,7 @@ class PostmanTransportRegistry {
/**
* Retrieve the transport Postman is currently configured with.
*
- * @return PostmanDummyTransport|PostmanModuleTransport
+ * @return PostmanModuleTransport
*/
public function getSelectedTransport() {
$selectedTransport = PostmanOptions::getInstance()->getTransportType();