GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Test Setup Failed
Push — master ( 54ac76...9a6bba )
by Steve
12:15
created
src/views/mail/view-html.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
 $this->title                   = Yii::t('audit', 'Mail #{id}', ['id' => $model->id]);
11 11
 $this->params['breadcrumbs'][] = ['label' => Yii::t('audit', 'Audit'), 'url' => ['default/index']];
12 12
 $this->params['breadcrumbs'][] = ['label' => Yii::t('audit', 'Mails'), 'url' => ['index']];
13
-$this->params['breadcrumbs'][] = '#' . $model->id;
13
+$this->params['breadcrumbs'][] = '#'.$model->id;
14 14
 
15 15
 
16 16
 //echo Yii::$app->formatter->asHtml($model->html);
@@ -20,5 +20,5 @@  discard block
 block discarded – undo
20 20
     $parser->setText($model->data);
21 21
     echo $parser->getMessageBody('htmlEmbedded');
22 22
 } else {
23
-    echo Html::tag('pre', $model->data) . Html::tag('br') . 'Please install php-mime-mail-parser for better functionality';
23
+    echo Html::tag('pre', $model->data).Html::tag('br').'Please install php-mime-mail-parser for better functionality';
24 24
 }
Please login to merge, or discard this patch.