Skip to content

Commit

Permalink
Fixed phpstan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyharris committed Apr 25, 2018
1 parent ee45e1b commit a262807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSuite/Constraint/MailConstraintBase.php
Expand Up @@ -40,7 +40,7 @@ public function __construct($at = null)
/**
* Gets the email or emails to check
*
* @return Cake\Mailer\Email|array
* @return \Cake\Mailer\Email|array
*/
public function getEmails()
{
Expand Down

0 comments on commit a262807

Please sign in to comment.