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
Push — master ( 024d3f...11cf6e )
by Yuri
07:08
created
src/MultilingualTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
     /**
19 19
      * Scope for querying by languages
20
-     * @param $language
20
+     * @param string $language
21 21
      * @param $abridge
22 22
      * @return $this
23 23
      */
Please login to merge, or discard this patch.
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.