Skip to content

Commit

Permalink
Fix errors reported by phpstan.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 21, 2018
1 parent 95f37b2 commit d18e89c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mailer/TransportFactory.php
Expand Up @@ -14,6 +14,7 @@
*/
namespace Cake\Mailer;

use Cake\Core\ObjectRegistry;
use Cake\Core\StaticConfigTrait;
use InvalidArgumentException;

Expand Down Expand Up @@ -97,7 +98,7 @@ protected static function _buildTransport($name)
* Get transport instance.
*
* @param string $name Config name.
* @return \Cake\Email\AbstractTransport
* @return \Cake\Mailer\AbstractTransport
*/
public static function get($name)
{
Expand Down

0 comments on commit d18e89c

Please sign in to comment.