Fix incorrect return type in docblock

This commit is contained in:
Kijin Sung 2016-11-04 16:24:38 +09:00
parent 4bafdd77a5
commit fc1c2b866a
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ abstract class Base implements \Rhymix\Framework\Drivers\MailInterface
* Create a new instance of the current mail driver, using the given settings.
*
* @param array $config
* @return void
* @return object
*/
public static function getInstance(array $config)
{

View file

@ -24,7 +24,7 @@ abstract class Base implements \Rhymix\Framework\Drivers\SMSInterface
* Create a new instance of the current mail driver, using the given settings.
*
* @param array $config
* @return void
* @return object
*/
public static function getInstance(array $config)
{