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 ( 9473d9...a69b27 )
by Alexander
11:37 queued 04:57
created
application/modules/shop/models/ShippingDiscount.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 {
17 17
     /**
18 18
      * getShippingOption
19
-     * @return ShippingOption
19
+     * @return \yii\db\ActiveQuery
20 20
      */
21 21
     public function getShippingOption()
22 22
     {
Please login to merge, or discard this patch.
application/modules/shop/models/SpecialPriceObject.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     }
53 53
 
54 54
     /**
55
-     * @return SpecialPriceList|null
55
+     * @return \yii\db\ActiveQuery
56 56
      */
57 57
     public function getSpecialPriceList()
58 58
     {
Please login to merge, or discard this 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\shop\models;
4 4
 
5 5
 use Yii;
6
-use yii\base\InvalidParamException;
7 6
 use yii\helpers\ArrayHelper;
8 7
 
9 8
 /**
Please login to merge, or discard this patch.
application/modules/shop/views/backend-category/category-form.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
+use app\backend\components\ActiveForm;
4
+use app\backend\components\Helper;
3 5
 use app\backend\widgets\BackendWidget;
6
+use app\modules\shop\ShopModule;
4 7
 use app\modules\shop\controllers\BackendCategoryController;
5 8
 use kartik\helpers\Html;
6 9
 use kartik\icons\Icon;
7
-use app\backend\components\ActiveForm;
8 10
 use kartik\widgets\DateTimePicker;
9 11
 use yii\helpers\ArrayHelper;
10
-use app\backend\components\Helper;
11
-use app\modules\shop\ShopModule;
12 12
 use yii\helpers\Url;
13 13
 
14 14
 /**
Please login to merge, or discard this patch.
modules/shop/views/backend-prefiltered-pages/prefiltered-page-form.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 use kartik\icons\Icon;
10 10
 use kartik\select2\Select2;
11 11
 use kartik\widgets\ActiveForm;
12
-use vova07\imperavi\Widget as ImperaviWidget;
13 12
 use yii\helpers\Json;
14 13
 use yii\helpers\Url;
15 14
 use yii\web\JsExpression;
Please login to merge, or discard this patch.
application/modules/shop/views/cart/sub-items.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
  * @var \yii\web\View $this
7 7
  */
8 8
 
9
-use app\modules\shop\models\Product;
10 9
 use kartik\helpers\Html;
11 10
 
12 11
 ?>
Please login to merge, or discard this patch.
application/modules/shop/views/payment/transaction.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
  */
5 5
 use \app\modules\shop\models\OrderTransaction;
6 6
 use \yii\helpers\Html;
7
-use kartik\icons\Icon;
8
-use yii\helpers\Url;
9 7
 
10 8
     $paymentType = $transaction->paymentType;
11 9
 ?>
Please login to merge, or discard this patch.
application/modules/user/controllers/RbacController.php 2 patches
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.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,15 +2,15 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\user\controllers;
4 4
 
5
+use Yii;
5 6
 use app\backend\components\BackendController;
6 7
 use app\backend\models\AuthItemForm;
7 8
 use yii\data\ArrayDataProvider;
8 9
 use yii\filters\AccessControl;
9 10
 use yii\filters\VerbFilter;
10 11
 use yii\helpers\ArrayHelper;
11
-use yii\rbac\Item;
12 12
 use yii\helpers\Url;
13
-use Yii;
13
+use yii\rbac\Item;
14 14
 
15 15
 /**
16 16
  * BackendUserController implements the CRUD actions for User model.
Please login to merge, or discard this patch.
application/widgets/filter/views/filter-form.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
+use app\models\Property;
3 4
 use kartik\helpers\Html;
4 5
 use yii\helpers\Url;
5
-use app\models\Property;
6 6
 /**
7 7
  * @var int $category_group_id
8 8
  * @var array $possible_selections
Please login to merge, or discard this patch.
application/modules/image/actions/UpdateNameAction.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,9 @@
 block discarded – undo
4 4
 namespace app\modules\image\actions;
5 5
 
6 6
 
7
+use Yii;
7 8
 use app\modules\image\models\Image;
8
-
9 9
 use creocoder\flysystem\Filesystem;
10
-use Yii;
11 10
 use yii\base\Action;
12 11
 use yii\base\Exception;
13 12
 use yii\web\NotAcceptableHttpException;
Please login to merge, or discard this patch.