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 ( 89d597...19c5e9 )
by Johannes Skov
02:13
created
src/Record.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -10,10 +10,10 @@
 block discarded – undo
10 10
  * @license  http://www.opensource.org/licenses/mit-license.php MIT
11 11
  * @link     https://github.com/localgod/php-tick php-tick
12 12
  */
13
- use \RuntimeException;
14
- use \InvalidArgumentException;
15
- use Localgod\Tick\Entity;
16
- use Localgod\Tick\Storage;
13
+    use \RuntimeException;
14
+    use \InvalidArgumentException;
15
+    use Localgod\Tick\Entity;
16
+    use Localgod\Tick\Storage;
17 17
 
18 18
 /**
19 19
  * Record
Please login to merge, or discard this patch.