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 — develop ( 699529...58ba7e )
by Alexandre
01:44
created
Setup/Uninstall.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 DELETE FROM `eav_attribute` WHERE `eav_attribute`.`attribute_code` IN('personnalized_suggestions','third_party');
17 17
 DELETE FROM `setup_module` WHERE `setup_module`.`module` = 'Adfab_Gdpr';
18
-
19 18
      */
20 19
     public function uninstall(SchemaSetupInterface $setup, ModuleContextInterface $context)
21 20
     {
Please login to merge, or discard this patch.
Model/ResourceModel/CollectionPlugin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         }
24 24
         $this->isRunning = true;
25 25
         foreach( $collection->getItems() as $item ) {
26
-           $this->decipher($item);
26
+            $this->decipher($item);
27 27
         }
28 28
         $this->isRunning = false;
29 29
         return $result;
Please login to merge, or discard this patch.