mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
Fix incorrect return type in docblock
This commit is contained in:
parent
4bafdd77a5
commit
fc1c2b866a
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue