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
Pull Request — master (#285)
by
unknown
11:18
created
application/modules/shop/controllers/ProductCompareController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * @param $id
41 41
      * @param null|string $backUrl
42
-     * @return bool|\yii\web\Response
42
+     * @return Response
43 43
      */
44 44
     public function actionRemove($id, $backUrl = null)
45 45
     {
Please login to merge, or discard this patch.
application/modules/shop/views/product/show.php 1 patch
Unused Use Statements   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,11 +12,9 @@
 block discarded – undo
12 12
  * @var $values_by_property_id integer
13 13
  */
14 14
 
15
-use app\modules\image\models\Image;
16
-use app\modules\shop\models\Product;
17 15
 use app\modules\image\widgets\ObjectImageWidget;
16
+use app\modules\shop\models\Product;
18 17
 use kartik\helpers\Html;
19
-use yii\helpers\Url;
20 18
 
21 19
 $this->title = $this->blocks['title'];
22 20
 $this->params['breadcrumbs'] = $breadcrumbs;
Please login to merge, or discard this patch.