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.
Passed
Branch master (7facc0)
by Marius
05:22
created
res/application/controllers/XhtmlController.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package vsc\res\application
4
- * @subpackage controllers
5
- * @author marius orcsik <[email protected]>
6
- * @date 09.08.31
7
- */
3
+	 * @package vsc\res\application
4
+	 * @subpackage controllers
5
+	 * @author marius orcsik <[email protected]>
6
+	 * @date 09.08.31
7
+	 */
8 8
 namespace vsc\application\controllers;
9 9
 
10 10
 use \vsc\presentation\views\XhtmlView;
Please login to merge, or discard this patch.
res/application/controllers/XmlController.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package res_application
4
- * @subpackage controllers
5
- * @author marius orcsik <[email protected]>
6
- * @date 2012.08.26
7
- */
3
+	 * @package res_application
4
+	 * @subpackage controllers
5
+	 * @author marius orcsik <[email protected]>
6
+	 * @date 2012.08.26
7
+	 */
8 8
 namespace vsc\application\controllers;
9 9
 
10 10
 use \vsc\presentation\views\XmlView;
Please login to merge, or discard this patch.
res/application/controllers/PlainTextController.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package res_application
4
- * @subpackage controllers
5
- * @author marius orcsik <[email protected]>
6
- * @date 2010.04.09
7
- */
3
+	 * @package res_application
4
+	 * @subpackage controllers
5
+	 * @author marius orcsik <[email protected]>
6
+	 * @date 2010.04.09
7
+	 */
8 8
 namespace vsc\application\controllers;
9 9
 
10 10
 use \vsc\presentation\views\PlainTextView;
Please login to merge, or discard this patch.
res/application/controllers/JsonController.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package res_application
4
- * @subpackage controllers
5
- * @author marius orcsik <[email protected]>
6
- * @date 2010.04.09
7
- */
3
+	 * @package res_application
4
+	 * @subpackage controllers
5
+	 * @author marius orcsik <[email protected]>
6
+	 * @date 2010.04.09
7
+	 */
8 8
 namespace vsc\application\controllers;
9 9
 
10 10
 use \vsc\presentation\views\JsonView;
Please login to merge, or discard this patch.
res/application/dispatchers/RwDispatcher.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Parses the current request into a valid Front Controller / Controller pair
4
- * @package presentation
5
- * @subpackage dispatchers
6
- * @author marius orcsik <[email protected]>
7
- * @date 09.09.24
8
- */
3
+	 * Parses the current request into a valid Front Controller / Controller pair
4
+	 * @package presentation
5
+	 * @subpackage dispatchers
6
+	 * @author marius orcsik <[email protected]>
7
+	 * @date 09.09.24
8
+	 */
9 9
 namespace vsc\application\dispatchers;
10 10
 
11 11
 use vsc\application\controllers\FrontControllerA;
Please login to merge, or discard this patch.