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 ( 56f901...068321 )
by
unknown
04:14
created
index.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -87,9 +87,9 @@
 block discarded – undo
87 87
 
88 88
 //valido que no este creada la sesion ò cookie de lang
89 89
 if(!isSet($_SESSION['lang']) || !isSet($_COOKIE['lang'])){
90
-	// register the session and set the cookie
91
-	$_SESSION['lang'] = $lang;
92
-	setcookie('lang', $lang, time() + (3600 * 24 * 30));
90
+    // register the session and set the cookie
91
+    $_SESSION['lang'] = $lang;
92
+    setcookie('lang', $lang, time() + (3600 * 24 * 30));
93 93
 }
94 94
 
95 95
 $lang_file = 'lang.'.$lang.'.php'; 
Please login to merge, or discard this patch.