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 ( b678f0...05ab1f )
by Ivan
10:26
created
application/models/Form.php 2 patches
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace app\models;
4 4
 
5
+use Yii;
5 6
 use app\properties\AbstractModel;
6 7
 use app\properties\HasProperties;
7
-use Yii;
8
+use devgroup\TagDependencyHelper\ActiveRecordHelper;
8 9
 use yii\caching\TagDependency;
9 10
 use yii\data\ActiveDataProvider;
10
-use devgroup\TagDependencyHelper\ActiveRecordHelper;
11 11
 
12 12
 /**
13 13
  * This is the model class for table "form".
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
     }
132 132
 
133 133
     /**
134
-     * @return Submission[]|array
134
+     * @return \yii\db\ActiveQuery
135 135
      */
136 136
     public function getSubmissions()
137 137
     {
Please login to merge, or discard this patch.
application/models/Property.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace app\models;
3 3
 
4
+use Yii;
4 5
 use app\modules\shop\models\FilterSets;
5 6
 use app\properties\HasProperties;
6 7
 use app\properties\PropertyHandlers;
7 8
 use app\traits\GetImages;
8
-use Yii;
9 9
 use yii\behaviors\AttributeBehavior;
10 10
 use yii\caching\TagDependency;
11 11
 use yii\data\ActiveDataProvider;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -432,7 +432,7 @@
 block discarded – undo
432 432
     }
433 433
 
434 434
     /**
435
-     * @return array
435
+     * @return string[]
436 436
      */
437 437
     public static function getAliases()
438 438
     {
Please login to merge, or discard this patch.
application/models/PropertyGroup.php 2 patches
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\models;
4 4
 
5
+use Yii;
5 6
 use app\properties\HasProperties;
6 7
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
7
-use Yii;
8 8
 use yii\behaviors\AttributeBehavior;
9 9
 use yii\caching\TagDependency;
10 10
 use yii\data\ActiveDataProvider;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -269,7 +269,7 @@
 block discarded – undo
269 269
     }
270 270
 
271 271
     /**
272
-     * @param ActiveRecord|HasProperties $model
272
+     * @param ActiveRecord $model
273 273
      * @param string $idAttribute
274 274
      * @return bool
275 275
      */
Please login to merge, or discard this patch.
application/models/PropertyHandler.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,6 +79,7 @@  discard block
 block discarded – undo
79 79
 
80 80
     /**
81 81
      * Возвращает модель по ID с использованием IdentityMap
82
+     * @param integer $id
82 83
      */
83 84
     public static function findById($id)
84 85
     {
@@ -139,7 +140,7 @@  discard block
 block discarded – undo
139 140
     }
140 141
 
141 142
     /**
142
-     * @param $name
143
+     * @param string $name
143 144
      * @return null|int
144 145
      */
145 146
     public static function findByName($name)
Please login to merge, or discard this patch.
application/models/SliderHandler.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\models;
4 4
 
5
-use devgroup\TagDependencyHelper\ActiveRecordHelper;
6 5
 use Yii;
6
+use devgroup\TagDependencyHelper\ActiveRecordHelper;
7 7
 
8 8
 /**
9 9
  * This is the model class for table "{{%slider_handler}}".
Please login to merge, or discard this patch.
application/models/View.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\models;
4 4
 
5
-use app\traits\LoadModel;
6 5
 use Yii;
6
+use app\traits\LoadModel;
7 7
 use yii\caching\TagDependency;
8 8
 use yii\data\ActiveDataProvider;
9 9
 use yii\db\ActiveRecord;
Please login to merge, or discard this patch.
application/models/ViewObject.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -137,6 +137,9 @@
 block discarded – undo
137 137
         return $result;
138 138
     }
139 139
 
140
+    /**
141
+     * @param integer $view_id
142
+     */
140 143
     public static function deleteByViewId($view_id = null)
141 144
     {
142 145
         if (null === $view_id) {
Please login to merge, or discard this patch.
application/modules/config/models/BaseConfigurationModel.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\config\models;
4 4
 
5
-use app\modules\config\helpers\ApplicationConfigWriter;
6 5
 use Yii;
6
+use app\modules\config\helpers\ApplicationConfigWriter;
7 7
 use yii\base\Model;
8 8
 use yii\helpers\StringHelper;
9 9
 
Please login to merge, or discard this patch.
application/modules/core/backend/ExtensionsController.php 1 patch
Unused Use Statements   +3 added lines, -7 removed lines patch added patch discarded remove patch
@@ -2,17 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace app\modules\core\backend;
4 4
 
5
+use Packagist\Api\Result\Package\Version;
6
+use Yii;
5 7
 use app;
6 8
 use app\backend\components\BackendController;
7 9
 use app\modules\core\models\Extensions;
8
-use Packagist\Api\Result\Package\Version;
9
-use Yii;
10
-use yii\data\ArrayDataProvider;
11
-use yii\helpers\VarDumper;
12
-use yii\web\BadRequestHttpException;
13
-use yii\web\NotFoundHttpException;
14
-use yii\web\ServerErrorHttpException;
15 10
 use yii\filters\AccessControl;
11
+use yii\web\NotFoundHttpException;
16 12
 
17 13
 
18 14
 class ExtensionsController extends BackendController
Please login to merge, or discard this patch.