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
extensions/migrations/alpha-beta/m150513_122524_special_price.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 m150513_122524_special_price extends Migration
7 7
 {
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\BaseObject;
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.
extensions/migrations/alpha-beta/m150519_120719_spetial_price_order.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
 use \app\models\BaseObject;
6 6
 use \app\modules\shop\models\Order;
7 7
 use \app\modules\shop\models\Product;
Please login to merge, or discard this patch.
extensions/migrations/alpha-beta/m150522_085644_order_calculate_event.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 m150522_085644_order_calculate_event extends Migration
7 7
 {
Please login to merge, or discard this patch.
extensions/migrations/alpha-beta/m150531_134103_theme_part_improvements.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 m150531_134103_theme_part_improvements extends Migration
7 7
 {
Please login to merge, or discard this patch.
extensions/migrations/alpha-beta/m150602_095853_openGraphObject.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 m150602_095853_openGraphObject extends Migration
7 7
 {
Please login to merge, or discard this patch.
application/migrations/m150531_084444_new_init.php 1 patch
Unused Use Statements   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,5 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
+use Imagine\Image\ManipulatorInterface;
3 4
 use app\backend\models\ApiService;
4 5
 use app\backend\models\BackendMenu;
5 6
 use app\backend\models\Notification;
@@ -11,6 +12,7 @@  discard block
 block discarded – undo
11 12
 use app\extensions\DefaultTheme\models\ThemeVariation;
12 13
 use app\extensions\DefaultTheme\models\ThemeWidgetApplying;
13 14
 use app\extensions\DefaultTheme\models\ThemeWidgets;
15
+use app\models\BaseObject;
14 16
 use app\models\City;
15 17
 use app\models\Country;
16 18
 use app\models\DynamicContent;
@@ -18,7 +20,6 @@  discard block
 block discarded – undo
18 20
 use app\models\ErrorUrl;
19 21
 use app\models\Form;
20 22
 use app\models\Layout;
21
-use app\models\BaseObject;
22 23
 use app\models\ObjectPropertyGroup;
23 24
 use app\models\ObjectStaticValues;
24 25
 use app\models\PrefilteredPages;
@@ -41,8 +42,8 @@  discard block
 block discarded – undo
41 42
 use app\modules\core\models\ContentDecorator;
42 43
 use app\modules\core\models\EventHandlers;
43 44
 use app\modules\core\models\Events;
44
-use app\modules\core\models\Extensions;
45 45
 use app\modules\core\models\ExtensionTypes;
46
+use app\modules\core\models\Extensions;
46 47
 use app\modules\data\models\CommercemlGuid;
47 48
 use app\modules\image\models\ErrorImage;
48 49
 use app\modules\image\models\Image;
@@ -93,9 +94,7 @@  discard block
 block discarded – undo
93 94
 use app\modules\user\models\User;
94 95
 use app\modules\user\models\UserService;
95 96
 use app\widgets\navigation\models\Navigation;
96
-use Imagine\Image\ManipulatorInterface;
97 97
 use yii\db\Migration;
98
-use yii\db\Query;
99 98
 use yii\db\Schema;
100 99
 use yii\helpers\Json;
101 100
 
Please login to merge, or discard this patch.
application/migrations/m150723_094753_extensions_backend_menu.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 m150723_094753_extensions_backend_menu extends Migration
Please login to merge, or discard this patch.
application/migrations/m150723_095512_backend_menu_fixes.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 m150723_095512_backend_menu_fixes extends Migration
Please login to merge, or discard this patch.