79711558

Date: 2025-07-23 08:47:58
Score: 0.5
Natty:
Report link

Yii2 now uses MailerInterface which not contains render method.

But you can annotate var and magic

/** @var yii\mail\BaseMailer $m */
$m = Yii::$app->mailer;

echo $m->render('auth/code', ['code' => 123456], 'layouts/html');
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: WiRight