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.
Passed
Push — feature/2.2/provide_field_usab... ( f8ed86...fc8380 )
by Simone
03:26
created
src/Mado/QueryBundle/Component/Sherlock/Sherlock.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
 
102 102
         foreach ($raw['_embedded'] as $em => $bedded) {
103 103
             foreach ($raw['_embedded'][$em] as $foo => $bar) {
104
-                $ultimateListOfSearchableFields[$em .'.'. $foo] = $bar;
104
+                $ultimateListOfSearchableFields[$em . '.' . $foo] = $bar;
105 105
             }
106 106
         }
107 107
 
Please login to merge, or discard this patch.