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 — filters ( 47b347...3c9cff )
by Alexander
109:58 queued 94:21
created
extensions/migrations/alpha-beta/m141211_111556_default_view_fix.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\db\Schema;
4 3
 use yii\db\Migration;
5 4
 
6 5
 class m150609_064330_backend_menu extends Migration
Please login to merge, or discard this patch.
extensions/migrations/alpha-beta/m150512_135841_db_robots_txt.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\db\Schema;
4 3
 use yii\db\Migration;
5 4
 
6 5
 class m150609_064330_backend_menu extends Migration
Please login to merge, or discard this patch.
application/extensions/migrations/alpha-beta/m150514_114054_alterReview.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 use app\backend\models\BackendMenu;
4 4
 use app\models\Object;
5
+use app\models\ObjectPropertyGroup;
5 6
 use app\models\Property;
6 7
 use app\models\PropertyGroup;
7 8
 use app\models\PropertyHandler;
8
-use app\models\ObjectPropertyGroup;
9 9
 use app\modules\review\models\RatingItem;
10 10
 use app\modules\review\models\RatingValues;
11 11
 use app\modules\review\models\Review;
Please login to merge, or discard this patch.
application/models/ObjectPropertyGroup.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @return PropertyGroup|null
67
+     * @return \yii\db\ActiveQuery
68 68
      */
69 69
     public function getGroup()
70 70
     {
Please login to merge, or discard this patch.
application/models/PrefilteredPages.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
     /**
117 117
      * Returns active prefiltered page as array for specified URL (exact match).
118 118
      * Used by ObjectRule
119
-     * @param $url
119
+     * @param string $url
120 120
      * @return null|array
121 121
      */
122 122
     public static function getActiveByUrl($url)
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace app\traits;
4 4
 
5
-use devgroup\TagDependencyHelper\ActiveRecordHelper;
6 5
 use Yii;
6
+use devgroup\TagDependencyHelper\ActiveRecordHelper;
7 7
 use yii\caching\TagDependency;
8 8
 use yii\db\ActiveRecord;
9 9
 use yii\web\NotFoundHttpException;
Please login to merge, or discard this patch.
application/modules/config/backend/ConfigController.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\config\backend;
4 4
 
5
+use Yii;
5 6
 use app;
6
-use app\modules\config\models\Configurable;
7 7
 use app\modules\config\helpers\ConfigurationUpdater;
8
+use app\modules\config\models\Configurable;
8 9
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
9
-use Yii;
10 10
 use yii\caching\TagDependency;
11 11
 use yii\filters\AccessControl;
12 12
 
Please login to merge, or discard this patch.
application/modules/config/helpers/ApplicationConfigWriter.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\user\actions;
4 4
 
5
-use app;
6 5
 use Yii;
6
+use app;
7 7
 
8 8
 /**
9 9
  * AuthAction extends base yii2 auth action adding error view
Please login to merge, or discard this patch.
application/modules/config/models/Configurable.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace app\modules\config\models;
4 4
 
5 5
 use Yii;
6
-use yii\base\Exception;
7 6
 use yii\base\InvalidConfigException;
8 7
 use yii\helpers\Html;
9 8
 
Please login to merge, or discard this patch.
application/modules/core/backend/WysiwygController.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace app\widgets\navigation\models;
4 4
 
5
+use Yii;
5 6
 use app\backgroundtasks\traits\SearchModelTrait;
6 7
 use app\behaviors\Tree;
7 8
 use app\properties\HasProperties;
8 9
 use app\traits\FindById;
9 10
 use app\traits\GetImages;
10
-use Yii;
11 11
 use yii\data\ActiveDataProvider;
12 12
 
13 13
 /**
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -277,7 +277,7 @@
 block discarded – undo
277 277
      * Deletes an existing User model.
278 278
      * If deletion is successful, the browser will be redirected to the 'index' page.
279 279
      * @param integer $id
280
-     * @return mixed
280
+     * @return \yii\web\Response
281 281
      */
282 282
     public function actionDelete($id)
283 283
     {
Please login to merge, or discard this patch.