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.
Completed
Pull Request — master (#49)
by
unknown
02:04
created
tests/MultilingualBehaviorAbridgeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace tests;
3 3
 
4 4
 use tests\models\PostRequired;
5
-use Yii;
6 5
 use yii\base\InvalidConfigException;
7 6
 use tests\models\PostAbridge as Post;
8 7
 use omgdef\multilingual\MultilingualBehavior;
Please login to merge, or discard this patch.
tests/MultilingualBehaviorTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -1,10 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace tests;
3 3
 
4
-use tests\models\PostRequired;
5
-use Yii;
6 4
 use tests\models\Post;
7
-use omgdef\multilingual\MultilingualBehavior;
8 5
 
9 6
 class MultilingualBehaviorTest extends DatabaseTestCase
10 7
 {
Please login to merge, or discard this patch.