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 ( 32e2f2...ffbd5f )
by
unknown
13s queued 10s
created
src/Type/TimePickerType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
 {
22 22
     public function finishView(FormView $view, FormInterface $form, array $options): void
23 23
     {
24
-        $format    = 'HH';
24
+        $format = 'HH';
25 25
 
26 26
         if (true === $options['with_minutes']) {
27 27
             $format .= ':mm';
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
                 $dpKey = substr($key, 3);
74 74
                 $dpKey = preg_replace_callback(
75 75
                     '/_([a-z])/',
76
-                    static function ($c) {
76
+                    static function($c) {
77 77
                         return strtoupper($c[1]);
78 78
                     },
79 79
                     $dpKey
Please login to merge, or discard this patch.