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 — small_fix_filter ( 71c4d5...e9de62 )
by
unknown
09:28
created
migrations/alpha-beta/m150403_101144_config_value_type_change.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\db\Schema;
4 3
 use yii\db\Migration;
4
+use yii\db\Schema;
5 5
 
6 6
 class m150601_111734_order_in_cart extends Migration
7 7
 {
Please login to merge, or discard this patch.
application/extensions/migrations/alpha-beta/m150430_084230_commerceml.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\db\Schema;
4 3
 use yii\db\Migration;
4
+use yii\db\Schema;
5 5
 
6 6
 class m150601_111734_order_in_cart extends Migration
7 7
 {
Please login to merge, or discard this patch.
extensions/migrations/alpha-beta/m150515_141224_order_customers.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use yii\db\Schema;
4 3
 use yii\db\Migration;
4
+use yii\db\Schema;
5 5
 
6 6
 class m150601_111734_order_in_cart extends Migration
7 7
 {
Please login to merge, or discard this patch.
application/extensions/migrations/alpha-beta/m150531_170721_final_stage.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/migrations/m150608_070448_new_theme_widgets.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/models/BaseThemeConfigurationModel.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\widgets\options;
4 4
 
5 5
 use app\models\Property;
6
-use Yii;
7 6
 use yii\base\Widget;
8 7
 use yii\helpers\ArrayHelper;
9 8
 use yii\helpers\Json;
Please login to merge, or discard this patch.
application/models/Form.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,14 +13,14 @@
 block discarded – undo
13 13
  * @property string $link_slug_category
14 14
  * @property string $link_slug_static_value
15 15
  */
16
+use Yii;
16 17
 use app\modules\data\models\Export;
17 18
 use app\modules\data\models\Import;
18
-use Yii;
19
+use devgroup\TagDependencyHelper\ActiveRecordHelper;
19 20
 use yii\caching\TagDependency;
20 21
 use yii\db\ActiveRecord;
21 22
 use yii\db\Query;
22 23
 use yii\helpers\ArrayHelper;
23
-use devgroup\TagDependencyHelper\ActiveRecordHelper;
24 24
 
25 25
 class Object extends ActiveRecord implements \JsonSerializable
26 26
 {
Please login to merge, or discard this patch.
application/models/Property.php 1 patch
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.
application/models/PropertyGroup.php 1 patch
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.