Skip to content

Commit bf51d41

Browse files
Horat1ussamdark
authored andcommitted
Fix interface name in grabSendEmail method comment (#4724) [skip ci]
1 parent bd1325b commit bf51d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/Yii2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ public function dontSeeEmailIsSent()
584584

585585
/**
586586
* Returns array of all sent email messages.
587-
* Each message implements `yii\mail\Message` interface.
587+
* Each message implements `yii\mail\MessageInterface` interface.
588588
* Useful to perform additional checks using `Asserts` module:
589589
*
590590
* ```php

0 commit comments

Comments
 (0)