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 ( 0340fb...b8bbeb )
by
unknown
65:58
created
plugins/svn/include/Svn/Dao.class.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use DataAccessObject;
24 24
 use \Tuleap\Svn\Repository\Repository;
25 25
 use Project;
26
-use Exception;
27 26
 
28 27
 class Dao extends DataAccessObject {
29 28
 
Please login to merge, or discard this patch.
plugins/svn/include/Svn/Repository/RuleName.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      *
32 32
      * @param String $val
33 33
      *
34
-     * @return Boolean
34
+     * @return integer
35 35
      */
36 36
     public function isValid($val) {
37 37
         return preg_match('/^[a-z][a-z1-9-_.]{2,254}\z/i', $val);
Please login to merge, or discard this patch.
plugins/svn/include/Svn/SvnRouter.class.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use \Tuleap\Svn\Explorer\ExplorerController;
25 25
 use \Tuleap\Svn\Repository\RepositoryManager;
26 26
 use \Tuleap\Svn\Dao;
27
-use Valid_WhiteList;
28 27
 
29 28
 class SvnRouter {
30 29
 
Please login to merge, or discard this patch.