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/data/controllers/CommercemlController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 
5 5
 use app\backend\assets\KoAsset;
6 6
 use app\backgroundtasks\helpers\BackgroundTasks;
7
+use app\models\PropertyGroup;
7 8
 use app\modules\data\components\commerceml\XmlFileReader;
8 9
 use app\modules\data\models\CommercemlGuid;
9
-use app\models\PropertyGroup;
10 10
 use yii\filters\AccessControl;
11 11
 use yii\helpers\Json;
12 12
 use yii\web\Controller;
Please login to merge, or discard this patch.
application/modules/data/controllers/FileController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     /**
60 60
      * Unified action for import and export
61 61
      * @param $id
62
-     * @param $importMode
62
+     * @param boolean $importMode
63 63
      * @return string|\yii\web\Response
64 64
      * @throws ErrorException
65 65
      */
Please login to merge, or discard this patch.
Unused Use Statements   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -2,17 +2,16 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\data\controllers;
4 4
 
5
-use app\modules\data\components\ExportableInterface;
6 5
 use Yii;
7
-use app\modules\data\models\Import;
8
-use app\modules\data\models\Export;
6
+use app\backgroundtasks\helpers\BackgroundTasks;
9 7
 use app\models\Object;
8
+use app\modules\data\components\ExportableInterface;
9
+use app\modules\data\models\Export;
10
+use app\modules\data\models\Import;
10 11
 use app\modules\data\models\ImportModel;
11
-use app\backgroundtasks\helpers\BackgroundTasks;
12 12
 use yii\base\ErrorException;
13 13
 use yii\data\ActiveDataProvider;
14 14
 use yii\filters\AccessControl;
15
-use yii\helpers\ArrayHelper;
16 15
 use yii\web\HttpException;
17 16
 use yii\web\UploadedFile;
18 17
 
Please login to merge, or discard this patch.
application/modules/data/models/CommercemlGuid.php 2 patches
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\data\models;
4 4
 
5
-use app\modules\shop\models\Product;
6
-use app\models\Property;
7 5
 use Yii;
6
+use app\models\Property;
7
+use app\modules\shop\models\Product;
8 8
 
9 9
 /**
10 10
  * This is the model class for table "{{%commerceml_guid}}".
Please login to merge, or discard this patch.
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-     * @return Property|null
58
+     * @return \yii\db\ActiveQuery
59 59
      */
60 60
     public function getProperty()
61 61
     {
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @return Product|null
66
+     * @return \yii\db\ActiveQuery
67 67
      */
68 68
     public function getProduct()
69 69
     {
Please login to merge, or discard this patch.
application/modules/data/models/ConfigConfigurableModel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\data\models;
4 4
 
5
+use Yii;
5 6
 use app;
6 7
 use app\modules\config\models\BaseConfigurationModel;
7
-use Yii;
8 8
 
9 9
 /**
10 10
  * Class ConfigConfigurableModel represents configuration model for retrieving user input
Please login to merge, or discard this patch.
application/modules/data/models/ImportModel.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\data\models;
4 4
 
5
-use app\modules\data\DataModule;
6 5
 use Yii;
7 6
 use yii\base\Model;
8 7
 use yii\helpers\Json;
Please login to merge, or discard this patch.
application/modules/image/controllers/BackendErrorImagesController.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
 namespace app\modules\image\controllers;
4 4
 
5
+use Yii;
5 6
 use app\backgroundtasks\helpers\BackgroundTasks;
6 7
 use app\components\SearchModel;
7 8
 use app\modules\image\models\ErrorImage;
8
-use Yii;
9 9
 use yii\filters\AccessControl;
10 10
 
11 11
 class BackendErrorImagesController extends \app\backend\components\BackendController
Please login to merge, or discard this patch.
application/modules/image/controllers/BackendThumbnailController.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\image\controllers;
4 4
 
5
-use app\backgroundtasks\helpers\BackgroundTasks;
6 5
 use Yii;
6
+use app\backgroundtasks\helpers\BackgroundTasks;
7 7
 use yii\filters\AccessControl;
8 8
 
9 9
 class BackendThumbnailController extends \app\backend\components\BackendController
Please login to merge, or discard this patch.
application/modules/image/controllers/BackendThumbnailSizeController.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\image\controllers;
4 4
 
5
-use app\modules\image\models\ThumbnailSize;
6 5
 use Yii;
6
+use app\modules\image\models\ThumbnailSize;
7 7
 use yii\filters\AccessControl;
8 8
 use yii\helpers\Url;
9 9
 use yii\web\NotFoundHttpException;
Please login to merge, or discard this patch.
application/modules/image/controllers/BackendWatermarkController.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\image\controllers;
4 4
 
5
-use app\modules\image\models\Watermark;
6 5
 use Yii;
6
+use app\modules\image\models\Watermark;
7 7
 use yii\filters\AccessControl;
8 8
 use yii\helpers\Url;
9 9
 use yii\web\NotFoundHttpException;
Please login to merge, or discard this patch.