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 — filters ( b41112...24729b )
by
unknown
13:18
created
application/modules/shop/components/GoogleMerchants/GoogleMerchants.php 1 patch
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.
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.
application/modules/shop/models/GoogleFeed.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
     }
169 169
 
170 170
     /**
171
-     * @return array
171
+     * @return string[]
172 172
      */
173 173
     public function getOfferElements()
174 174
     {
Please login to merge, or discard this patch.
application/modules/shop/components/GoogleMerchants/DefaultHandler.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -78,6 +78,11 @@
 block discarded – undo
78 78
     }
79 79
 
80 80
 
81
+    /**
82
+     * @param string $relationName
83
+     *
84
+     * @return string
85
+     */
81 86
     protected static function getRelation($model, $relationName, $default_value = '')
82 87
     {
83 88
         $result = $default_value;
Please login to merge, or discard this patch.