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.
Completed
Push — master ( b5b802...551340 )
by Edi
10:02 queued 13s
created
bundle/Form/Type/FieldType/OptionType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
     public function buildForm(FormBuilderInterface $builder, array $options): void
25 25
     {
26
-        $languageCodeChoices = (function (): Generator {
26
+        $languageCodeChoices = (function(): Generator {
27 27
             yield 'field_definition.sckenhancedselection.settings.options.all_languages' => '';
28 28
 
29 29
             foreach ($this->languageService->loadLanguages() as $language) {
Please login to merge, or discard this patch.