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 — joschi127-fix-typo-category-ed... ( b4309a )
by
unknown
23:00
created
Component/Crumbs/BaseCrumbBuilder.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
38 38
     /**
39 39
      *
40 40
      * @access public
41
-     * @param \CCDNForum\ForumBundle\Component\Crumbs\Factory\CrumbFactory $crumbs
42 41
      */
43 42
     public function __construct(CrumbFactory $crumbFactory)
44 43
     {
Please login to merge, or discard this patch.
Component/Dispatcher/Event/AdminBoardEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Symfony\Component\EventDispatcher\Event;
17 17
 use Symfony\Component\HttpFoundation\Request;
18
-
19 18
 use CCDNForum\ForumBundle\Entity\Board;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
Component/Dispatcher/Event/AdminBoardResponseEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Symfony\Component\HttpFoundation\Request;
17 17
 use Symfony\Component\HttpFoundation\Response;
18
-
19 18
 use CCDNForum\ForumBundle\Entity\Board;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
Component/Dispatcher/Event/AdminCategoryEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Symfony\Component\EventDispatcher\Event;
17 17
 use Symfony\Component\HttpFoundation\Request;
18
-
19 18
 use CCDNForum\ForumBundle\Entity\Category;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
Component/Dispatcher/Event/AdminCategoryResponseEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Symfony\Component\HttpFoundation\Request;
17 17
 use Symfony\Component\HttpFoundation\Response;
18
-
19 18
 use CCDNForum\ForumBundle\Entity\Category;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
Component/Dispatcher/Event/AdminForumEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Symfony\Component\EventDispatcher\Event;
17 17
 use Symfony\Component\HttpFoundation\Request;
18
-
19 18
 use CCDNForum\ForumBundle\Entity\Forum;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
Component/Dispatcher/Event/AdminForumResponseEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Symfony\Component\HttpFoundation\Request;
17 17
 use Symfony\Component\HttpFoundation\Response;
18
-
19 18
 use CCDNForum\ForumBundle\Entity\Forum;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
Component/Dispatcher/Event/ModeratorPostEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Symfony\Component\EventDispatcher\Event;
17 17
 use Symfony\Component\HttpFoundation\Request;
18
-
19 18
 use CCDNForum\ForumBundle\Entity\Post;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
Component/Dispatcher/Event/ModeratorPostResponseEvent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Symfony\Component\HttpFoundation\Request;
17 17
 use Symfony\Component\HttpFoundation\Response;
18
-
19 18
 use CCDNForum\ForumBundle\Entity\Post;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.