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 ( 47b347...3c9cff )
by Alexander
109:58 queued 94:21
created
application/modules/shop/models/CategoryDiscount.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     }
26 26
 
27 27
     /**
28
-     * @return Category|\yii\db\ActiveQuery
28
+     * @return \yii\db\ActiveQuery
29 29
      */
30 30
     public function getCategory()
31 31
     {
Please login to merge, or discard this patch.
application/modules/shop/models/ProductDiscount.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     }
25 25
 
26 26
     /**
27
-     * @return Product|\yii\db\ActiveQuery
27
+     * @return \yii\db\ActiveQuery
28 28
      */
29 29
     public function getProduct()
30 30
     {
Please login to merge, or discard this patch.
application/modules/shop/models/UserDiscount.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     }
28 28
 
29 29
     /**
30
-     * @return User|\yii\db\ActiveQuery
30
+     * @return \yii\db\ActiveQuery
31 31
      */
32 32
     public function getUser()
33 33
     {
Please login to merge, or discard this patch.