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 ( ae3ad2...c1f900 )
by
unknown
05:02
created
examples/multiple_depot_with_time_window.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,7 @@
 block discarded – undo
47 47
 	if (is_string($value))
48 48
 	{
49 49
 		echo $key." --> ".$value."<br>";
50
-	}
51
-	else 
50
+	} else 
52 51
 	{
53 52
 		echo "************ $key ************* <br>";
54 53
 		Route4Me::simplePrint((array)$value);
Please login to merge, or discard this patch.
examples/MemberConfiguration/get_account_config_key_data.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,7 @@
 block discarded – undo
34 34
 		if (is_array($value))
35 35
 		{
36 36
 			Route4Me::simplePrint($value);
37
-		}
38
-		else 
37
+		} else 
39 38
 		{
40 39
 			echo "$key => $value <br>";
41 40
 		}
Please login to merge, or discard this patch.
examples/MemberConfiguration/get_specific_account_config_key_data.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,8 +34,7 @@
 block discarded – undo
34 34
 		if (is_array($value))
35 35
 		{
36 36
 			Route4Me::simplePrint($value);
37
-		}
38
-		else 
37
+		} else 
39 38
 		{
40 39
 			echo "$key => $value <br>";
41 40
 		}
Please login to merge, or discard this patch.
examples/MultipleDepotMultipleDriverWith24StopsTimeWindow.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,8 +47,7 @@
 block discarded – undo
47 47
 	if (is_string($value))
48 48
 	{
49 49
 		echo $key." --> ".$value."<br>";
50
-	}
51
-	else 
50
+	} else 
52 51
 	{
53 52
 		echo "************ $key ************* <br>";
54 53
 		Route4Me::simplePrint((array)$value);
Please login to merge, or discard this patch.