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 ( 74d7c0...696b51 )
by Thijs
30s queued 17s
created
Tests/Controller/app/AppKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,6 +21,6 @@
 block discarded – undo
21 21
 
22 22
     public function registerContainerConfiguration(LoaderInterface $loader): void
23 23
     {
24
-        $loader->load(__DIR__ . '/config.yml');
24
+        $loader->load(__DIR__.'/config.yml');
25 25
     }
26 26
 }
Please login to merge, or discard this patch.
DependencyInjection/WerkspotSitemapExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     /** {@inheritdoc} */
20 20
     public function load(array $configs, ContainerBuilder $container): void
21 21
     {
22
-        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
22
+        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
23 23
         $loader->load('services.yml');
24 24
     }
25 25
 }
Please login to merge, or discard this patch.