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.
Test Setup Failed
Push — google-feed ( 941b53...6477fd )
by
unknown
22:04 queued 12:01
created
application/modules/shop/components/GoogleMerchants/GoogleMerchants.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
     protected $description = 'Site description';
22 22
     protected $mainCurrency;
23 23
 
24
+    /**
25
+     * @return Product
26
+     */
24 27
     protected function getHeader()
25 28
     {
26 29
         return <<<HEADER
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use app\modules\shop\helpers\CurrencyHelper;
6 6
 use app\modules\shop\models\Currency;
7 7
 use app\modules\shop\models\Product;
8
-use yii\helpers\Html;
9 8
 use yii\helpers\Url;
10
-use yii\helpers\VarDumper;
11 9
 
12 10
 /**
13 11
  * Class GoogleMerchants
Please login to merge, or discard this patch.