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.
Passed
Push — master ( 34fb17...bef128 )
by Ivan
11:12
created
application/extensions/DefaultTheme/widgets/FilterSets/Widget.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
     /**
185 185
      * Actual run function for all widget classes extending BaseWidget
186 186
      *
187
-     * @return mixed
187
+     * @return string
188 188
      * @throws \yii\base\InvalidConfigException
189 189
      * @throws \yii\db\Exception
190 190
      * @throws \yii\di\NotInstantiableException
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace app\extensions\DefaultTheme\widgets\FilterSets;
4 4
 
5
+use Yii;
5 6
 use app\extensions\DefaultTheme\components\BaseWidget;
6 7
 use app\models\Property;
7 8
 use app\models\PropertyStaticValues;
8 9
 use app\modules\shop\models\FilterSets;
9 10
 use app\modules\shop\models\Product;
10 11
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
11
-use Yii;
12 12
 use yii\caching\TagDependency;
13 13
 use yii\helpers\Json;
14 14
 use yii\helpers\Url;
Please login to merge, or discard this patch.