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 — 2.9 ( 29f28e...9e0c19 )
by Thorsten
12:35
created
phpmyfaq/admin/user.php 1 patch
Indentation   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -1,25 +1,25 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Displays the user management frontend.
4
- *
5
- * PHP Version 5.5
6
- *
7
- * This Source Code Form is subject to the terms of the Mozilla Public License,
8
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
- * obtain one at http://mozilla.org/MPL/2.0/.
10
- *
11
- * @category  phpMyFAQ
12
- *
13
- * @author    Lars Tiedemann <[email protected]>
14
- * @author    Uwe Pries <[email protected]>
15
- * @author    Sarah Hermann <[email protected]>
16
- * @author    Thorsten Rinne <[email protected]>
17
- * @copyright 2005-2016 phpMyFAQ Team
18
- * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
19
- *
20
- * @link      http://www.phpmyfaq.de
21
- * @since     2005-12-15
22
- */
3
+     * Displays the user management frontend.
4
+     *
5
+     * PHP Version 5.5
6
+     *
7
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
8
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
+     * obtain one at http://mozilla.org/MPL/2.0/.
10
+     *
11
+     * @category  phpMyFAQ
12
+     *
13
+     * @author    Lars Tiedemann <[email protected]>
14
+     * @author    Uwe Pries <[email protected]>
15
+     * @author    Sarah Hermann <[email protected]>
16
+     * @author    Thorsten Rinne <[email protected]>
17
+     * @copyright 2005-2016 phpMyFAQ Team
18
+     * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
19
+     *
20
+     * @link      http://www.phpmyfaq.de
21
+     * @since     2005-12-15
22
+     */
23 23
 if (!defined('IS_VALID_PHPMYFAQ')) {
24 24
     $protocol = 'http';
25 25
     if (isset($_SERVER['HTTPS']) && strtoupper($_SERVER['HTTPS']) === 'ON') {
Please login to merge, or discard this patch.