mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fix phpDoc var tag format
This commit is contained in:
@ -306,7 +306,7 @@ class MessageTest extends VendorTestCase
|
||||
$htmlPresent = false;
|
||||
foreach ($messageParts as $part) {
|
||||
if (!($part instanceof \Swift_Mime_Attachment)) {
|
||||
/* @var $part \Swift_Mime_MimePart */
|
||||
/* @var \Swift_Mime_MimePart $part */
|
||||
if ($part->getContentType() == 'text/plain') {
|
||||
$textPresent = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user