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 ( 33710e...dbdc92 )
by Alex
14:24 queued 11:45
created
DependencyInjection/WorkflowExtensionsExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     {
33 33
         $configuration = $this->getConfiguration($config, $container);
34 34
         $config = $this->processConfiguration($configuration, $config);
35
-        $loader = new XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
35
+        $loader = new XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
36 36
         $loader->load('applier.xml');
37 37
 
38 38
         $this->registerSubjectManipulatorConfiguration($loader, $container, $config['subject_manipulator']);
Please login to merge, or discard this patch.
WorkflowExtensionsBundle.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,8 @@
 block discarded – undo
20 20
  */
21 21
 class WorkflowExtensionsBundle extends Bundle
22 22
 {    /**
23
-     * {@inheritdoc}
24
-     */
23
+ * {@inheritdoc}
24
+ */
25 25
     public function build(ContainerBuilder $container)
26 26
     {
27 27
         parent::build($container);
Please login to merge, or discard this patch.