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 ( 34fb17...bef128 )
by Ivan
11:12
created
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   +1 added lines, -1 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 Yii;
5 6
 use app\models\BaseObject;
6 7
 use app\models\DynamicContent;
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 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\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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 trait LoadModel
12 12
 {
13 13
     /**
14
-     * @param $modelName
14
+     * @param string $modelName
15 15
      * @param $id
16 16
      * @param bool $createIfEmptyId
17 17
      * @param bool $useCache
Please login to merge, or discard this patch.
application/widgets/ImgSearch.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\widgets;
4 4
 
5
-use app\modules\image\models\Image;
6 5
 use Yii;
6
+use app\modules\image\models\Image;
7 7
 use yii\base\Widget;
8 8
 
9 9
 class ImgSearch extends Widget
Please login to merge, or discard this patch.
application/widgets/navigation/models/Navigation.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,12 +2,12 @@
 block discarded – undo
2 2
 
3 3
 namespace app\widgets\navigation\models;
4 4
 
5
+use Yii;
5 6
 use app\backgroundtasks\traits\SearchModelTrait;
6 7
 use app\behaviors\Tree;
7 8
 use app\properties\HasProperties;
8 9
 use app\traits\FindById;
9 10
 use app\traits\GetImages;
10
-use Yii;
11 11
 use yii\data\ActiveDataProvider;
12 12
 
13 13
 /**
Please login to merge, or discard this patch.
application/widgets/navigation/NavigationWidget.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\widgets\navigation;
4 4
 
5
-use app\widgets\navigation\models\Navigation;
6 5
 use Yii;
6
+use app\components\Menu;
7
+use app\widgets\navigation\models\Navigation;
7 8
 use yii\base\Widget;
8 9
 use yii\caching\TagDependency;
9 10
 use yii\helpers\ArrayHelper;
10 11
 use yii\helpers\Html;
11 12
 use yii\helpers\Json;
12
-use app\components\Menu;
13 13
 
14 14
 class NavigationWidget extends Widget
15 15
 {
Please login to merge, or discard this patch.
application/widgets/options/ProductOption.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace app\widgets\options;
4 4
 
5 5
 use app\models\Property;
6
-use Yii;
7 6
 use yii\base\Widget;
8 7
 use yii\helpers\ArrayHelper;
9 8
 use yii\helpers\Json;
Please login to merge, or discard this patch.
application/backend/widgets/RemoveAllButton.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\backend\widgets;
4 4
 
5
+use kartik\icons\Icon;
5 6
 use yii\base\InvalidParamException;
6 7
 use yii\base\Widget;
7 8
 use yii\helpers\Html;
8
-use kartik\icons\Icon;
9 9
 
10 10
 class RemoveAllButton extends Widget
11 11
 {
Please login to merge, or discard this patch.