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 — master ( f5fadc...72d313 )
by Christian
02:28
created
src/Type/DACHCountryType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 
27 27
         $resolver->setDefaults([
28 28
             'choices'      => array_combine($countries, $countries),
29
-            'choice_label' => function ($value, $key, $index) {
29
+            'choice_label' => function($value, $key, $index) {
30 30
                 return 'form.choice_'.strtolower($value);
31 31
             },
32 32
             'choice_translation_domain' => 'Core23FormBundle',
Please login to merge, or discard this patch.
src/Type/GenderType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
                 'male'   => static::TYPE_MALE,
32 32
                 'female' => static::TYPE_FEMALE,
33 33
             ],
34
-            'choice_label' => function ($value, $key, $index) {
34
+            'choice_label' => function($value, $key, $index) {
35 35
                 return 'gender.'.$key;
36 36
             },
37 37
             'choice_translation_domain' => 'Core23FormBundle',
Please login to merge, or discard this patch.