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 ( 7856af...b60ec8 )
by Emmanuel
09:42
created
src/GlLinkChecker.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -1,21 +1,21 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Main Class
4
- *
5
- * PHP version 5.4
6
- *
7
- * @category  GLICER
8
- * @package   GlLinkChecker
9
- * @author    Emmanuel ROECKER
10
- * @author    Rym BOUCHAGOUR
11
- * @copyright 2015 GLICER
12
- * @license   MIT
13
- * @link      http://dev.glicer.com/
14
- *
15
- * Created : 10/03/15
16
- * File : GlLinkChecker.php
17
- *
18
- */
3
+     * Main Class
4
+     *
5
+     * PHP version 5.4
6
+     *
7
+     * @category  GLICER
8
+     * @package   GlLinkChecker
9
+     * @author    Emmanuel ROECKER
10
+     * @author    Rym BOUCHAGOUR
11
+     * @copyright 2015 GLICER
12
+     * @license   MIT
13
+     * @link      http://dev.glicer.com/
14
+     *
15
+     * Created : 10/03/15
16
+     * File : GlLinkChecker.php
17
+     *
18
+     */
19 19
 namespace GlLinkChecker;
20 20
 
21 21
 use GlHtml\GlHtml;
Please login to merge, or discard this patch.