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 ( 0165b3...f3e283 )
by Bruno
13:51
created
tests/OnurbTest/Bundle/YumlBundle/Controller/YumlControllerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace OnurbTest\Bundle\YumlBundle\Controller;
4 4
 
5 5
 use Onurb\Bundle\YumlBundle\Controller\YumlController;
6
-
7 6
 use Symfony\Component\DependencyInjection\ContainerInterface;
8 7
 use Symfony\Component\HttpFoundation\RedirectResponse;
9 8
 
Please login to merge, or discard this patch.
Bundle/YumlBundle/DependencyInjection/XmlOnurbYumlExtensionTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 {
10 10
     protected function loadConfiguration(ContainerBuilder $container, $resource)
11 11
     {
12
-        $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/Fixtures/Xml/'));
13
-        $loader->load($resource.'.xml');
12
+        $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/Fixtures/Xml/'));
13
+        $loader->load($resource . '.xml');
14 14
     }
15 15
 }
Please login to merge, or discard this patch.
Bundle/YumlBundle/DependencyInjection/YamlOnurbYumlExtensionTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
     protected function loadConfiguration(ContainerBuilder $container, $resource)
12 12
     {
13
-        $loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/Fixtures/Yaml/'));
14
-        $loader->load($resource.'.yml');
13
+        $loader = new YamlFileLoader($container, new FileLocator(__DIR__ . '/Fixtures/Yaml/'));
14
+        $loader->load($resource . '.yml');
15 15
     }
16 16
 }
Please login to merge, or discard this patch.