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/properties/handlers/redactor/views/backend-edit.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
  * @var $this \app\properties\handlers\Handler
12 12
  * @var $values array
13 13
  */
14
-use vova07\imperavi\Widget as ImperaviWidget;
15
-use yii\helpers\Url;
16 14
 
17 15
 ?>
18 16
 <?=$form->field($model, $property_key.'[0]')->widget(
Please login to merge, or discard this patch.
application/properties/PropertyHandlers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     }
33 33
 
34 34
     /**
35
-     * @param null $id
35
+     * @param integer $id
36 36
      * @return null
37 37
      */
38 38
     static public function getHandlerById($id = null)
Please login to merge, or discard this patch.
application/properties/url/CategoryPart.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use app\modules\shop\models\Category;
6 6
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
7
-use Yii;
8 7
 
9 8
 abstract class CategoryPart extends UrlPart
10 9
 {
Please login to merge, or discard this patch.
application/properties/views/properties-widget.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2
-use yii\helpers\Html;
3 2
 use app\properties\HasProperties;
3
+use yii\helpers\Html;
4 4
 ?>
5 5
     <div id="properties-widget-<?=$widget_id?>">
6 6
         <?php
Please login to merge, or discard this patch.
application/slider/SliderWidget.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\slider;
4 4
 
5
+use Yii;
5 6
 use app;
6 7
 use app\models\Slider;
7 8
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
8
-use Yii;
9 9
 use yii\base\InvalidConfigException;
10 10
 use yii\base\Widget;
11 11
 use yii\helpers\ArrayHelper;
Please login to merge, or discard this patch.
application/tests/unit/models/LoginFormTest.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -58,6 +58,9 @@
 block discarded – undo
58 58
 		});
59 59
 	}
60 60
 
61
+	/**
62
+	 * @param null|User $user
63
+	 */
61 64
 	private function mockUser($user)
62 65
 	{
63 66
 		$loginForm = $this->getMock('app\modules\user\models\LoginForm', ['getUser']);
Please login to merge, or discard this 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 tests\unit\models;
4 4
 
5
-use app\modules\user\models\User;
6 5
 use Yii;
6
+use app\modules\user\models\User;
7 7
 use yii\codeception\TestCase;
8 8
 
9 9
 class LoginFormTest extends TestCase
Please login to merge, or discard this patch.
application/traits/DynamicContentTrait.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,6 +11,9 @@
 block discarded – undo
11 11
 
12 12
 trait DynamicContentTrait
13 13
 {
14
+    /**
15
+     * @param string $route
16
+     */
14 17
     public function loadDynamicContent($object_id, $route, $selections)
15 18
     {
16 19
         /** @var \app\components\Response $response */
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace app\traits;
4 4
 
5
-use app\models\Object;
5
+use Yii;
6 6
 use app\models\DynamicContent;
7
+use app\models\Object;
7 8
 use app\modules\core\helpers\ContentBlockHelper;
8 9
 use devgroup\TagDependencyHelper\ActiveRecordHelper;
9
-use Yii;
10 10
 use yii\caching\TagDependency;
11 11
 use yii\helpers\Json;
12 12
 
Please login to merge, or discard this patch.
application/traits/LoadModel.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\traits;
4 4
 
5
-use devgroup\TagDependencyHelper\ActiveRecordHelper;
6 5
 use Yii;
6
+use devgroup\TagDependencyHelper\ActiveRecordHelper;
7 7
 use yii\caching\TagDependency;
8 8
 use yii\db\ActiveRecord;
9 9
 use yii\web\NotFoundHttpException;
Please login to merge, or discard this patch.
application/widgets/CategoriesWidget.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace app\widgets;
4 4
 
5
-use app\models\ObjectStaticValues;
6
-use app\modules\shop\models\Product;
5
+use Yii;
7 6
 use app\models\Object;
7
+use app\models\ObjectStaticValues;
8 8
 use app\modules\shop\models\Category;
9
-use Yii;
9
+use app\modules\shop\models\Product;
10 10
 use yii\base\Widget;
11 11
 use yii\db\Expression;
12 12
 use yii\db\Query;
Please login to merge, or discard this patch.