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 — master (#1)
by Oliver
02:44
created
WebApp/functions.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -944,6 +944,9 @@  discard block
 block discarded – undo
944 944
         $db = null;
945 945
     }
946 946
 
947
+    /**
948
+     * @param string $version
949
+     */
947 950
     public static function upgrade_version($version)
948 951
     {
949 952
         $const_dbpath = costant::database_path();
@@ -961,6 +964,10 @@  discard block
 block discarded – undo
961 964
 //#########################
962 965
 class various
963 966
 {
967
+    /**
968
+     * @param string $AlertMessage
969
+     * @param string $AlertRedirect
970
+     */
964 971
     public static function send_alert_and_redirect($AlertMessage, $AlertRedirect)
965 972
     {
966 973
         echo "<script src='res/app/functions-1.0.4.js' type='text/javascript'></script>";
@@ -1153,6 +1160,9 @@  discard block
 block discarded – undo
1153 1160
         return $tr_default_type;
1154 1161
     }
1155 1162
 
1163
+    /**
1164
+     * @return string
1165
+     */
1156 1166
     public static function attachments_folder()
1157 1167
     {
1158 1168
         global $attachments_folder;
Please login to merge, or discard this patch.