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 ( 8e88c3...b75212 )
by Gabriel
08:46 queued 02:39
created
src/Galonso/FixedLengthHelper/Writer.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This class contains the Writer Class
4
- *
5
- * PHP version 5.3+
6
- *
7
- * @package   Writer
8
- * @author    Gabriel Alonso <[email protected]>
9
- * @copyright 2015 Galonso
10
- * @license   WTFPL - http://www.wtfpl.net/txt/copying/
11
- * @link      https://github.com/g-alonso/FixedLengthHelper
12
- */
3
+     * This class contains the Writer Class
4
+     *
5
+     * PHP version 5.3+
6
+     *
7
+     * @package   Writer
8
+     * @author    Gabriel Alonso <[email protected]>
9
+     * @copyright 2015 Galonso
10
+     * @license   WTFPL - http://www.wtfpl.net/txt/copying/
11
+     * @link      https://github.com/g-alonso/FixedLengthHelper
12
+     */
13 13
 namespace Galonso\FixedLengthHelper;
14 14
 
15 15
 use RuntimeException;
Please login to merge, or discard this patch.