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 ( 39b9ea...5c4917 )
by
unknown
22:49
created
application/modules/shop/components/GoogleMerchants/GoogleMerchants.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -86,6 +86,9 @@
 block discarded – undo
86 86
         return $result;
87 87
     }
88 88
 
89
+    /**
90
+     * @param string $tag
91
+     */
89 92
     protected function generateItem($tag, $data)
90 93
     {
91 94
         $content = "";
Please login to merge, or discard this 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.
modules/shop/components/GoogleMerchants/ModificationDataInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -5,5 +5,8 @@
 block discarded – undo
5 5
 
6 6
 interface ModificationDataInterface
7 7
 {
8
+    /**
9
+     * @return void
10
+     */
8 11
     public static function processData(ModificationDataEvent $event);
9 12
 }
10 13
\ No newline at end of file
Please login to merge, or discard this patch.