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 ( 261fa3...d5dc42 )
by Christian
12s queued 10s
created
podlove.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
 	}
138 138
 
139 139
 	public static function admin_inline_js() {
140
-	    echo "<script type=\"text/javascript\">var clipboard = new ClipboardJS('.copy-btn');</script>";
140
+		echo "<script type=\"text/javascript\">var clipboard = new ClipboardJS('.copy-btn');</script>";
141 141
 	}
142 142
 
143 143
 	public static function admin_menu() {
Please login to merge, or discard this patch.