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
Pull Request — develop (#773)
by
unknown
02:18
created
application/core/Redirect.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@  discard block
 block discarded – undo
7 7
  */
8 8
 class Redirect
9 9
 {
10
+	/**
11
+	 * @param string $path
12
+	 */
10 13
 	public static function toPreviousViewedPageAfterLogin($path) 
11 14
        {
12 15
         header('location: http://' . $_SERVER['HTTP_HOST'] . '/' . $path);
@@ -23,7 +26,7 @@  discard block
 block discarded – undo
23 26
 	/**
24 27
 	 * To the defined page
25 28
 	 *
26
-	 * @param $path
29
+	 * @param string $path
27 30
 	 */
28 31
 	public static function to($path)
29 32
 	{
Please login to merge, or discard this patch.