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/components/Helper.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,13 +2,13 @@
 block discarded – undo
2 2
 
3 3
 namespace app\components;
4 4
 
5
+use Imagine\Image\ManipulatorInterface;
5 6
 use Yii;
6 7
 use yii\base\Exception;
7 8
 use yii\base\Model;
8 9
 use yii\caching\TagDependency;
9 10
 use yii\db\ActiveRecord;
10 11
 use yii\helpers\ArrayHelper;
11
-use Imagine\Image\ManipulatorInterface;
12 12
 
13 13
 /**
14 14
  * Universal helper for common use cases
Please login to merge, or discard this patch.
application/components/ObjectRule.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace app\components;
4 4
 
5
-use app\modules\shop\models\Category;
5
+use Yii;
6 6
 use app\models\Object;
7 7
 use app\models\PrefilteredPages;
8 8
 use app\models\Route;
9
+use app\modules\shop\models\Category;
9 10
 use app\properties\url\StaticPart;
10 11
 use app\properties\url\UrlPart;
11 12
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
12
-use Yii;
13 13
 use yii\caching\TagDependency;
14 14
 use yii\db\ActiveRecord;
15 15
 use yii\helpers\ArrayHelper;
Please login to merge, or discard this patch.
application/controllers/YmlController.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\controllers;
4 4
 
5
-use app\backend\components\Yml;
6 5
 use Yii;
6
+use app\backend\components\Yml;
7 7
 use yii\web\Controller;
8 8
 
9 9
 class YmlController extends Controller
Please login to merge, or discard this patch.
application/extensions/DefaultTheme/backend/ConfigurationController.php 2 patches
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,6 +2,7 @@  discard block
 block discarded – undo
2 2
 
3 3
 namespace app\extensions\DefaultTheme\backend;
4 4
 
5
+use Yii;
5 6
 use app\backend\components\BackendController;
6 7
 use app\backend\traits\BackendRedirect;
7 8
 use app\extensions\DefaultTheme\models\BaseWidgetConfigurationModel;
@@ -12,8 +13,6 @@  discard block
 block discarded – undo
12 13
 use app\extensions\DefaultTheme\models\WidgetConfigurationModel;
13 14
 use app\traits\LoadModel;
14 15
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
15
-use Yii;
16
-use yii\base\DynamicModel;
17 16
 use yii\helpers\Json;
18 17
 use yii\web\BadRequestHttpException;
19 18
 use yii\web\NotFoundHttpException;
Please login to merge, or discard this patch.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -316,6 +316,9 @@
 block discarded – undo
316 316
         return $result;
317 317
     }
318 318
 
319
+    /**
320
+     * @param string $className
321
+     */
319 322
     private function invalidateTags($className, $ids)
320 323
     {
321 324
         $tags = [
Please login to merge, or discard this patch.
application/extensions/DefaultTheme/models/BaseWidgetConfigurationModel.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace app\extensions\DefaultTheme\models;
4 4
 
5
-use Yii;
6
-
7 5
 class BaseWidgetConfigurationModel extends WidgetConfigurationModel
8 6
 {
9 7
     public $configurationJson = '{}';
Please login to merge, or discard this patch.
application/extensions/DefaultTheme/models/ConfigurationModel.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\extensions\DefaultTheme\models;
4 4
 
5
+use Yii;
5 6
 use app;
6 7
 use app\extensions\DefaultTheme\components\StylesCompiler;
7
-use Yii;
8 8
 use yii\helpers\ArrayHelper;
9 9
 use yii\web\UploadedFile;
10 10
 
Please login to merge, or discard this patch.
application/extensions/DefaultTheme/models/ThemeVariation.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\extensions\DefaultTheme\models;
4 4
 
5
+use Yii;
5 6
 use app\extensions\DefaultTheme\components\VariationMatcher;
6 7
 use app\traits\IdentityMap;
7
-use Yii;
8 8
 use \devgroup\TagDependencyHelper\ActiveRecordHelper;
9 9
 use yii\caching\TagDependency;
10 10
 use yii\data\ActiveDataProvider;
Please login to merge, or discard this patch.
extensions/DefaultTheme/widgets/FilterSets/views/filter-sets.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,9 +6,6 @@
 block discarded – undo
6 6
 /** @var boolean $displayHeader */
7 7
 /** @var string $header  */
8 8
 /** @var string $id */
9
-use app\models\Object;
10
-use app\modules\shop\models\Product;
11
-use yii\db\Query;
12 9
 use yii\helpers\Html;
13 10
 use yii\helpers\Url;
14 11
 ?>
Please login to merge, or discard this patch.
application/extensions/DefaultTheme/widgets/PagesList/Widget.php 2 patches
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\extensions\DefaultTheme\widgets\PagesList;
4 4
 
5
-use app\modules\page\models\Page;
6 5
 use app\extensions\DefaultTheme\components\BaseWidget;
6
+use app\modules\page\models\Page;
7 7
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
8 8
 use yii\caching\TagDependency;
9 9
 
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 
22 22
     /**
23 23
      * Actual run function for all widget classes extending BaseWidget
24
-     * @return mixed
24
+     * @return string
25 25
      */
26 26
     public function widgetRun()
27 27
     {
Please login to merge, or discard this patch.