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 — sf3 ( d24e6b...26c17c )
by Richard
02:11
created
Controller/DefaultController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Opensoft\Rollout\Rollout;
6 6
 use Opensoft\RolloutBundle\Rollout\UserProviderInterface;
7 7
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
8
-use Symfony\Component\DependencyInjection\ContainerAware;
9 8
 use Symfony\Component\DependencyInjection\ContainerAwareTrait;
10 9
 use Symfony\Component\HttpFoundation\RedirectResponse;
11 10
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
Tests/Rollout/GroupDefinitionAwareRolloutTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -36,6 +36,9 @@
 block discarded – undo
36 36
 {
37 37
     public $name;
38 38
 
39
+    /**
40
+     * @param string $name
41
+     */
39 42
     public function __construct($name)
40 43
     {
41 44
         $this->name = $name;
Please login to merge, or discard this patch.