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 ( 1b9202...af62c6 )
by Philipp A.
40s
created
Form/Extension/LayoutFormTypeExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     public function configureOptions(OptionsResolver $resolver): void
78 78
     {
79 79
         $resolver->setDefaults([
80
-            'layout' => function (Options $options) {
80
+            'layout' => function(Options $options) {
81 81
                 // BC
82 82
                 if (isset($options['horizontal']) && false === $options['horizontal']) {
83 83
                     return false;
Please login to merge, or discard this patch.
Form/Type/FormActionsType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      *
47 47
      * @throws \InvalidArgumentException
48 48
      */
49
-    protected function createButton($builder, $name, $config): ButtonBuilder|FormBuilderInterface
49
+    protected function createButton($builder, $name, $config): ButtonBuilder | FormBuilderInterface
50 50
     {
51 51
         $options = (isset($config['options'])) ? $config['options'] : [];
52 52
 
Please login to merge, or discard this patch.