Fix phpdoc

This commit is contained in:
Frederic Guillot
2015-12-05 21:22:37 -05:00
parent bb63068196
commit 18c56a50e7
14 changed files with 16 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ class Entries
* Get all entries
*
* @access public
* @return []Entry
* @return Entry[]
*/
public function getAll()
{

View File

@@ -46,7 +46,7 @@ class Mail extends Base implements ClientInterface
* Get SwiftMailer transport
*
* @access protected
* @return \Swift_Transport
* @return \Swift_Transport|\Swift_MailTransport|\Swift_SmtpTransport|\Swift_SendmailTransport
*/
protected function getTransport()
{

View File

@@ -16,7 +16,7 @@ class Sendmail extends Mail
* Get SwiftMailer transport
*
* @access protected
* @return \Swift_Transport
* @return \Swift_Transport|\Swift_MailTransport|\Swift_SmtpTransport|\Swift_SendmailTransport
*/
protected function getTransport()
{

View File

@@ -16,7 +16,7 @@ class Smtp extends Mail
* Get SwiftMailer transport
*
* @access protected
* @return \Swift_Transport
* @return \Swift_Transport|\Swift_MailTransport|\Swift_SmtpTransport|\Swift_SendmailTransport
*/
protected function getTransport()
{

View File

@@ -114,7 +114,7 @@ class UserSession extends Base
* Get username
*
* @access public
* @return integer
* @return string
*/
public function getUsername()
{